Class: Stall::CheckoutsController

Inherits:
CheckoutBaseController show all
Defined in:
app/controllers/stall/checkouts_controller.rb

Instance Method Summary collapse

Methods inherited from CheckoutBaseController

#set_stall_layout

Methods included from CheckoutHelper

#available_shipping_methods_for, #step_path

Instance Method Details

#showObject



5
6
7
8
9
# File 'app/controllers/stall/checkouts_controller.rb', line 5

def show
  @cart.reset_state!
  refresh_cart!
  redirect_to step_path
end