class method
self.run
Ruby on Rails 6.1.7.10
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 158
def self.run
ActiveSupport::Dependencies.interlock.start_running
end
Defined in railties/lib/rails/application/finisher.rb line 158
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Finisher::InterlockHook