Is it possible to make yettings load before initializers so that their values may be used in there?
I attempted to fork the repo and change the config.before_configuration to config.before_initialize but it didn't work, which may very well just be because I am not familiar with Railties.
Is this something that would be doable?
My use case is that I want to put the api keys used by devise's devise.rb initializer into a yettings.yml.