Class: CartsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CartsController
- Defined in:
- app/controllers/carts_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
8 9 10 |
# File 'app/controllers/carts_controller.rb', line 8 def destroy cart.destroy end |
#show ⇒ Object
4 5 6 |
# File 'app/controllers/carts_controller.rb', line 4 def show end |