Module: Roda::RodaPlugins::IndifferentParams::InstanceMethods
- Defined in:
- lib/roda/plugins/indifferent_params.rb
Instance Method Summary collapse
-
#params ⇒ Object
A copy of the request params that will automatically convert symbols to strings.
Instance Method Details
#params ⇒ Object
A copy of the request params that will automatically convert symbols to strings.
21 22 23 |
# File 'lib/roda/plugins/indifferent_params.rb', line 21 def params @_params ||= indifferent_params(request.params) end |