Flowdock
method

to_str

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::UrlRewriter
to_str() 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_controller/url_rewriter.rb, line 91
    def to_str
      "#{@request.protocol}, #{@request.host_with_port}, #{@request.path}, #{@parameters[:controller]}, #{@parameters[:action]}, #{@request.parameters.inspect}"
    end
Register or log in to add new notes.