Removed bogus belongs_to user declaration.

This commit is contained in:
Tom Hughes 2008-06-21 16:19:36 +00:00
parent 550ebc6c82
commit a21824f754
2 changed files with 0 additions and 6 deletions

View file

@ -1,6 +1,3 @@
class OldRelationMember < ActiveRecord::Base
belongs_to :user
set_table_name 'relation_members'
end

View file

@ -1,6 +1,3 @@
class OldRelationTag < ActiveRecord::Base
belongs_to :user
set_table_name 'relation_tags'
end