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