instance method
execute
Ruby on Rails edge
Since v8.0.5.1Signature
execute()
No documentation comment.
Source
# File railties/lib/rails/application/routes_reloader.rb, line 43
def execute
@load_lock.synchronize do
updater.execute
@load_state ||= :loaded
end
end
Defined in railties/lib/rails/application/routes_reloader.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader