method
generate_extras
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Routing::RouteSet
generate_extras(options, recall={})public
No documentation available.
# File actionpack/lib/action_dispatch/routing/route_set.rb, line 625
def generate_extras(options, recall={})
path, params = generate(options, recall)
return path, params.keys
end