Class: Stall::CheckoutsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Stall::CheckoutsController
- Includes:
- CheckoutHelper
- Defined in:
- app/controllers/stall/checkouts_controller.rb
Instance Method Summary collapse
Methods included from CheckoutHelper
#available_shipping_methods_for, #step_path
Instance Method Details
#show ⇒ Object
7 8 9 10 |
# File 'app/controllers/stall/checkouts_controller.rb', line 7 def show @cart.reset_state! redirect_to step_path end |