Flowdock
method

path

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: PathRedirect
path(params, request) 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/redirection.rb, line 63
      def path(params, request)
        (params.empty? || !block.match(/%\{\w*\}/)) ? block : (block % escape(params))
      end
Register or log in to add new notes.