]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way_tag.rb
migration 013 removes tags from nodes and old nodes tables/ 014 does not do anything atm
[rails.git] / app / models / way_tag.rb
index 5ce7c8fbc4758081282bf9a5098c99a784fb6ec7..101085f129a4e0989f7623b55d68c7456bfba86b 100644 (file)
@@ -2,5 +2,4 @@ class WayTag < ActiveRecord::Base
   set_table_name 'current_way_tags'
 
   belongs_to :way, :foreign_key => 'id'
-
 end