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