cart creation backend logic is at place / adding items in progress
This commit is contained in:
4
front-api/models/item_in_cart.rb
Normal file
4
front-api/models/item_in_cart.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class ItemInCart < ActiveRecord::Base
|
||||
belongs_to :cart
|
||||
belongs_to :item
|
||||
end
|
||||
Reference in New Issue
Block a user