Class: CartsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/carts_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



7
8
9
# File 'app/controllers/carts_controller.rb', line 7

def destroy
  cart.destroy
end

#showObject



3
4
5
# File 'app/controllers/carts_controller.rb', line 3

def show

end