Class: Spree::Admin::System::LoadTestFlowsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/spree/admin/system/load_test_flows_controller.rb', line 5

def index
  @load_test_flows = SpreeCmCommissioner::LoadTest::FlowRegistry.for_workflow('platform')
end