]> git.openstreetmap.org Git - rails.git/commitdiff
Removed bogus belongs_to user declaration.
authorTom Hughes <tom@compton.nu>
Sat, 21 Jun 2008 16:19:36 +0000 (16:19 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 21 Jun 2008 16:19:36 +0000 (16:19 +0000)
app/models/old_relation_member.rb
app/models/old_relation_tag.rb

index 9e2cce4c2ec8b76367edece77931f282e011936f..d8b68585428da54515eb579d9a31ca4f04f04576 100644 (file)
@@ -1,6 +1,3 @@
 class OldRelationMember < ActiveRecord::Base
-  belongs_to :user
-
   set_table_name 'relation_members'
-
 end
index 6ad4b452e4ed50790a340cd4c60a5eb35eb87d10..7ce6f694e633bb2a2110711229b1be8b6886e275 100644 (file)
@@ -1,6 +1,3 @@
 class OldRelationTag < ActiveRecord::Base
-  belongs_to :user
-
   set_table_name 'relation_tags'
-
 end