raven/lib/models/item_comment.rb

6 lines
61 B
Ruby
Raw Normal View History

2022-12-08 01:32:41 -05:00
class ItemComment < Sequel::Model
many_to_one :items
end