`symbolize_keys` option doesn't work as the README says
marciondg opened this issue · 1 comments
marciondg commented
Hi everyone!
Checking the README I found this interesting option
However, when I tested it in my project, it didn't work as expected
Looking over the implementation, I detected that it uses a symbolize_keys
expected in the on
options, ignoring the sent during the initialization.
Lines 79 to 87 in 4e31ac9
So, I tried as follows and it worked!
Should the documentation be modified or rather the implementation?
Thanks!
anupama-kumari commented
I have tried to fix above issue, kindly check @joshbuddy