Class: Spree::Admin::StateChangesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/admin/state_changes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/spree/admin/state_changes_controller.rb', line 6

def index
  @state_changes = @order.state_changes.includes(:user)
end