instance method
updater
Ruby on Rails 5.2.8.1
Since v3.2.22.5 PrivateSignature
updater()
No documentation comment.
Source
# File railties/lib/rails/application/routes_reloader.rb, line 29
def updater
@updater ||= ActiveSupport::FileUpdateChecker.new(paths) { reload! }
end
Defined in railties/lib/rails/application/routes_reloader.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader