cart creation backend logic is at place / adding items in progress

This commit is contained in:
Senad Uka
2015-02-06 06:58:16 +01:00
parent 4e0f3ecee2
commit c515e400e7
25 changed files with 275 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
class CartsController < ApplicationController
active_scaffold :"cart" do |conf|
end
end