end of day commit

This commit is contained in:
2012-08-29 17:42:04 +02:00
parent 89700f36e9
commit 8213bae2c6
57 changed files with 1109 additions and 128 deletions
+6
View File
@@ -0,0 +1,6 @@
class TableMove
include SimplyStored::Couch
belongs_to :list
belongs_to :from_table, class_name: 'Table'
belongs_to :to_table, class_name: 'Table'
end