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

External Aliases

[]= -> regular_writer

Public Class methods

Public Instance methods

Convert to a Hash with String keys.

[Validate]