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