Class
Devise::IndifferentHash
In:
lib/devise/rails/warden_compat.rb
Parent:
Hash
We cannot use Rails Indifferent Hash because it messes up the flash object.
Methods
[]
[]=
convert_key
delete
fetch
key?
merge
stringify_keys
stringify_keys!
symbolize_keys
to_hash
to_options!
update
values_at
Classes and Modules
Module
Devise::IndifferentHash::ActionDispatch
External Aliases
[]=
->
regular_writer
Public Instance methods
[]
(key)
[]=
(key, value)
convert_key
(key)
delete
(key)
fetch
(key, *extras)
key?
(key)
merge
(hash)
stringify_keys
()
stringify_keys!
()
symbolize_keys
()
to_hash
()
to_options!
()
update
(other_hash)
values_at
(*indices)
[Validate]