instance method
symbolized_path_parameters
Ruby on Rails 4.2.9
Since v3.0.20 Last seen in v4.2.9Signature
symbolized_path_parameters()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/parameters.rb, line 28
def symbolized_path_parameters
ActiveSupport::Deprecation.warn(
'`symbolized_path_parameters` is deprecated. Please use `path_parameters`.'
)
path_parameters
end
Defined in actionpack/lib/action_dispatch/http/parameters.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Parameters