method
routes_reloader
v3.0.9 -
Show latest stable
- Class:
Rails::Application
routes_reloader()public
No documentation available.
# File railties/lib/rails/application.rb, line 119
def routes_reloader
@routes_reloader ||= ActiveSupport::FileUpdateChecker.new([]){ reload_routes! }
end