method
updater
v6.0.0 -
Show latest stable
- Class:
Rails::Application::RoutesReloader
updater()private
No documentation available.
# File railties/lib/rails/application/routes_reloader.rb, line 29
def updater
@updater ||= ActiveSupport::FileUpdateChecker.new(paths) { reload! }
end