Class: Spree::Admin::IntegrationMappingsController
- Inherits:
-
BaseController
- Object
- BaseController
- Spree::Admin::IntegrationMappingsController
- Defined in:
- app/controllers/spree/admin/integration_mappings_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/spree/admin/integration_mappings_controller.rb', line 7 def index @mappings = @integration.integration_mappings .order(updated_at: :desc) .page(params[:page]) .per(params[:per_page] || 25) end |