Class HashWithIndifferentAccess
In: lib/active_support/core_ext/hash/indifferent_access.rb
Parent: Hash

this class has dubious semantics and we only have it so that people can write params[:key] instead of params[‘key’]

Methods

[]=   convert_key   convert_value   default   delete   dup   fetch   key?   merge   new   stringify_keys!   symbolize_keys!   update   values_at  

External Aliases

[]= -> regular_writer

Public Class methods

Public Instance methods

[Validate]