X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/222d31e435f003ec59e84860d2fa5129449f69de..5cc239f32976305f5f9a1e53f4d6d8fff5dd0065:/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