Fix style issues found by new rubocop version

This commit is contained in:
Tom Hughes 2015-04-14 09:30:47 +01:00
parent 52d7cae438
commit 2af0840ff3
26 changed files with 64 additions and 59 deletions

View file

@ -1,4 +1,4 @@
class WayNodesNodeIdx < ActiveRecord::Migration
class WayNodesNodeIdx < ActiveRecord::Migration
def self.up
add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
end