class method
self.run
Ruby on Rails 6.0.6
Since v5.2.8.1 Last seen in v6.1.7.10Signature
self.run()
No documentation comment.
Source
# File railties/lib/rails/application/finisher.rb, line 147
def self.run
ActiveSupport::Dependencies.interlock.start_running
end
Defined in railties/lib/rails/application/finisher.rb line 147
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Finisher::InterlockHook