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