Method: Effective::OrdersController#edit

Defined in:
app/controllers/effective/orders_controller.rb

#editObject

Always step1



65
66
67
68
# File 'app/controllers/effective/orders_controller.rb', line 65

def edit
  @order ||= Effective::Order.find(params[:id])
  EffectiveOrders.authorize!(self, :edit, @order)
end