Method: ActionDispatch::Routing::RouteSet#extra_keys
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
permalink #extra_keys(options, recall = {}) ⇒ Object
Generate the path indicated by the arguments, and return an array of the keys that were not used to generate it.
794 795 796 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 794 def extra_keys(, recall = {}) generate_extras(, recall).last end |