Methods
Class Public methods
complete(_state)
📝 Source code
# File railties/lib/rails/application/finisher.rb, line 97
def self.complete(_state)
ActiveSupport::Dependencies.interlock.done_running
end
🔎 See on GitHub
run()
📝 Source code
# File railties/lib/rails/application/finisher.rb, line 93
def self.run
ActiveSupport::Dependencies.interlock.start_running
end
🔎 See on GitHub