Class: Profiler::TestRunnerController

Inherits:
ApplicationController show all
Defined in:
app/controllers/profiler/test_runner_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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