TableMove renamed to UserTableMove
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class UserTableMove
|
||||
include SimplyStored::Couch
|
||||
belongs_to :list
|
||||
belongs_to :from_table, class_name: 'Table'
|
||||
belongs_to :to_table, class_name: 'Table'
|
||||
end
|
||||
Reference in New Issue
Block a user