raven/lib/models/item_comment.rb

6 lines
61 B
Ruby

class ItemComment < Sequel::Model
many_to_one :items
end