X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/222d31e435f003ec59e84860d2fa5129449f69de..c93c841ed2c86af70d94e58d7781f2c1dc9fd5eb:/app/models/way_tag.rb diff --git a/app/models/way_tag.rb b/app/models/way_tag.rb index 5ce7c8fbc..101085f12 100644 --- a/app/models/way_tag.rb +++ b/app/models/way_tag.rb @@ -2,5 +2,4 @@ class WayTag < ActiveRecord::Base set_table_name 'current_way_tags' belongs_to :way, :foreign_key => 'id' - end