7 lines
159 B
Ruby
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
|