]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/old_relation_tag.rb
Merge 7922:8377 from trunk.
[rails.git] / app / models / old_relation_tag.rb
index 6ad4b452e4ed50790a340cd4c60a5eb35eb87d10..7ce6f694e633bb2a2110711229b1be8b6886e275 100644 (file)
@@ -1,6 +1,3 @@
 class OldRelationTag < ActiveRecord::Base
-  belongs_to :user
-
   set_table_name 'relation_tags'
-
 end