Class: Spree::Admin::AdjustmentsController

Inherits:
ResourceController show all
Defined in:
app/controllers/spree/admin/adjustments_controller.rb

Instance Method Summary collapse

Methods inherited from ResourceController

belongs_to, #create, #destroy, #edit, #new, #update, #update_positions

Instance Method Details

#indexObject



18
19
20
# File 'app/controllers/spree/admin/adjustments_controller.rb', line 18

def index
  @adjustments = @order.all_adjustments.order("created_at ASC")
end