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