Class: CartsController

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

Instance Method Summary collapse

Instance Method Details

#destroyObject



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

def destroy
  cart.destroy
end

#showObject



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

def show

end