Method: Params::CurrentHelper#current_params
- Defined in:
- lib/action_set/helpers/params/current_helper.rb
#current_params ⇒ Object
5 6 7 8 9 |
# File 'lib/action_set/helpers/params/current_helper.rb', line 5 def current_params return params.to_unsafe_hash if params.respond_to? :to_unsafe_hash params end |