instance method
to_unsafe_h
Ruby on Rails 4.2.9
Since v4.2.9Signature
to_unsafe_h()
Returns an unsafe, unfiltered Hash representation of this parameter.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 173
def to_unsafe_h
to_hash
end
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 173
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters