Added new ItemComment model
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class Item < Sequel::Model
|
||||
|
||||
|
||||
one_to_many :item_comments
|
||||
|
||||
end
|
||||
|
5
lib/models/item_comment.rb
Normal file
5
lib/models/item_comment.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class ItemComment < Sequel::Model
|
||||
|
||||
many_to_one :items
|
||||
|
||||
end
|
Reference in New Issue
Block a user