6 lines
61 B
Ruby
6 lines
61 B
Ruby
|
class ItemComment < Sequel::Model
|
||
|
|
||
|
many_to_one :items
|
||
|
|
||
|
end
|