instance method
load_runner
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
load_runner(app=self)
Load the application runner and invoke the registered hooks. Check Rails::Railtie.runner for more info.
Parameters
-
appopt = self
Source
# File railties/lib/rails/application.rb, line 159
def load_runner(app=self)
initialize_runner
super
self
end
Defined in railties/lib/rails/application.rb line 159
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application