Flowdock
method

route_for

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::UrlFor
route_for(name, *args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/url_for.rb, line 192
      def route_for(name, *args) # :nodoc:
        public_send(:"#{name}_url", *args)
      end
Register or log in to add new notes.