Method: ActionDispatch::Routing::RouteSet#add_url_helper
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
#add_url_helper(name, options, &block) ⇒ Object
653 654 655 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 653 def add_url_helper(name, , &block) named_routes.add_url_helper(name, , &block) end |