method

updater

updater()
private

No documentation available.

# File railties/lib/rails/application/routes_reloader.rb, line 29
      def updater
        @updater ||= ActiveSupport::FileUpdateChecker.new(paths) { reload! }
      end