Merge branch 'shop_setup'
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class OrderItem < ApplicationRecord
|
||||
#primary key - need to be unique
|
||||
|
||||
#Associations
|
||||
belongs_to :order, autosave: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user