TableMove renamed to UserTableMove

This commit is contained in:
2012-08-29 17:53:13 +02:00
parent 48c289ce31
commit cd01261040
3 changed files with 2 additions and 2 deletions
+6
View File
@@ -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