public Method

AbstractRequest.symbolized_path_parameters

The same as path_parameters with explicitly symbolized keys

Source Code

# File action_controller/request.rb, line 298
def symbolized_path_parameters 
  @symbolized_path_parameters ||= path_parameters.symbolize_keys
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.