Module: Comable::PaymentAction
- Included in:
- OrdersController
- Defined in:
- app/controllers/concerns/comable/payment_action.rb
Instance Method Summary collapse
Instance Method Details
#payment ⇒ Object
3 4 5 6 7 8 |
# File 'app/controllers/concerns/comable/payment_action.rb', line 3 def payment case request.method_symbol when :post redirect_to next_order_path end end |