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