You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store settings as symbol and fetch them from symbol or string
[changelog]
version: 0.11.3
fixed: "Retrieving settings by a string name works again (issue #82) (@waiting-for-dev)"
Describe the bug
Before the update to 0.11, a setting could be referenced via a string through
config.[]
. Now it must be a symbol, otherwise the setting is not found.I'd like to know if it's desired behavior. If not, I can send a patch myself.
To Reproduce
Expected behavior
Your environment
Affects two gems I maintain:
waiting-for-dev/warden-jwt_auth#21
waiting-for-dev/devise-jwt#159
The text was updated successfully, but these errors were encountered: