]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_way_tag.rb
Relation Tag testing. Also sort the belong_to/has_many for user/changeset/old_way.
[rails.git] / app / models / old_way_tag.rb
index 547fd177cabc263ab99994ec526ef5c84090544a..68003cbebad7151084f4cd9f8369d8b43094f7cd 100644 (file)
@@ -1,5 +1,5 @@
 class OldWayTag < ActiveRecord::Base
-  belongs_to :user
+  belongs_to :old_way
 
   set_table_name 'way_tags'