Help! what does deep_symbolize_keys mean?

help! what does this means? undefined method `deep_symbolize_keys’ for
“”:String

Hi,

It means the method ‘deep_symbolize_keys’ isn’t defined for an instance
of
a String. ‘deep_symbolize_keys’ is used for hashes. Google to use use
cases.

Hope it helps.

Anuj

On 17 February 2015 at 12:52, Jensen V. [email protected] wrote:

https://groups.google.com/d/msgid/rubyonrails-talk/409316c6-7a22-44cf-870e-67ac0732b676%40googlegroups.com

https://groups.google.com/d/msgid/rubyonrails-talk/409316c6-7a22-44cf-870e-67ac0732b676%40googlegroups.com?utm_medium=email&utm_source=footer

.
For more options, visit https://groups.google.com/d/optout.


Anuj DUTTA

Suggestion.io https://www.suggestion.io/
Product suggestion wizards for e-commerce!

NewsTrapper http://www.newstrapper.com/
Track news and never miss an update!

Andhapp http://andhapp.com/
Humble abode

AndhappLimited http://andhapplimited.co.uk
Consultancy

On 17 February 2015 at 12:52, Jensen V. [email protected] wrote:

help! what does this means? undefined method `deep_symbolize_keys’ for
“”:String

It probably means you have done something like passing a string
parameter when a hash is expected.

Colin