method
generate
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Routing::RouteSet
generate(options, recall = {}, extras = false)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/route_set.rb, line 572
def generate(options, recall = {}, extras = false)
Generator.new(options, recall, self, extras).generate
end