class method
self.new
Ruby on Rails 8.0.4
Since v3.1.12Signature
self.new()
No documentation comment.
Source
# File railties/lib/rails/application/routes_reloader.rb, line 15
def initialize
@paths = []
@route_sets = []
@external_routes = []
@eager_load = false
@loaded = false
end
Defined in railties/lib/rails/application/routes_reloader.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader