instance method
updater
Ruby on Rails 4.1.16
Since v3.2.22.5 PrivateSignature
updater()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/application/routes_reloader.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader