Method: Effective::OrdersController#edit
- Defined in:
- app/controllers/effective/orders_controller.rb
#edit ⇒ Object
Always step1
65 66 67 68 |
# File 'app/controllers/effective/orders_controller.rb', line 65 def edit @order ||= Effective::Order.find(params[:id]) EffectiveOrders.(self, :edit, @order) end |