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