6 lines
62 B
Ruby
6 lines
62 B
Ruby
class Item < Sequel::Model
|
|
|
|
one_to_many :item_comments
|
|
|
|
end
|