Flowdock
method

symbolized_path_parameters

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionController::AbstractRequest
symbolized_path_parameters() 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/request.rb, line 206
    def symbolized_path_parameters
      @symbolized_path_parameters ||= path_parameters.symbolize_keys
    end
Register or log in to add new notes.