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
# config/initializers/settings_logic.rb### Monkey patch the gem so that it returns hash instead of it's own classclassSettingslogic# Returns an instance of a Hash objectdefto_hashHash[self]endend
I can also put the method inside the Settings or whatever class you use