Module: Roda::RodaPlugins::IndifferentParams::InstanceMethods
- Defined in:
- lib/roda/plugins/indifferent_params.rb,
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.
97 98 99 |
# File 'lib/roda/plugins/indifferent_params.rb', line 97 def params @_request.params end |