Class: Spree::Admin::StateChangesController
- Inherits:
-
BaseController
- Object
- BaseController
- BaseController
- Spree::Admin::StateChangesController
- Defined in:
- app/controllers/spree/admin/state_changes_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/spree/admin/state_changes_controller.rb', line 6 def index @state_changes = @order.state_changes.includes(:user) end |