instance method
run_after_load_paths_callback
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
run_after_load_paths_callback()
No documentation comment.
Source
# File railties/lib/rails/application/routes_reloader.rb, line 104
def run_after_load_paths_callback
if @run_once_after_load_paths
@run_once_after_load_paths.call
@run_once_after_load_paths = nil
end
end
Defined in railties/lib/rails/application/routes_reloader.rb line 104
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader