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