Closed brandoncordell closed 7 years ago
@brandoncordell if the config file is in it's place then it will be loaded with string keys and you'll get a "config is empty or not given at all" error.
@dmitry-mukhin I think we need to make the default config to contain strings instead of symbols. Also we should write a test that will confirm that the initializer is working correctly in both cases
agree
Fixed in #56
Rails.env returns a string while the default config uses symbols as keys
Fixes #53