class method
self.new
Ruby on Rails 7.1.6
Since v3.1.12Signature
self.new(...)
No documentation comment.
Parameters
-
...req
Source
# File actionpack/lib/action_dispatch/routing/url_for.rb, line 108
def initialize(...)
@_routes = nil
super
end
Defined in actionpack/lib/action_dispatch/routing/url_for.rb line 108
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::UrlFor