Files
mozo-backend/app/models/table_move.rb
T
2012-08-29 17:42:04 +02:00

7 lines
159 B
Ruby

class TableMove
include SimplyStored::Couch
belongs_to :list
belongs_to :from_table, class_name: 'Table'
belongs_to :to_table, class_name: 'Table'
end