Removed bogus belongs_to user declaration.
This commit is contained in:
parent
550ebc6c82
commit
a21824f754
2 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
|||
class OldRelationMember < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
|
||||
set_table_name 'relation_members'
|
||||
|
||||
end
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
class OldRelationTag < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
|
||||
set_table_name 'relation_tags'
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue