Class: Profiler::TestRunnerController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Profiler::TestRunnerController
- Defined in:
- app/controllers/profiler/test_runner_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/profiler/test_runner_controller.rb', line 7 def index redirect_to profiler.root_path(section: "runner"), allow_other_host: false end |