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
{{ message }}
This repository was archived by the owner on Jul 27, 2020. It is now read-only.
If I have an empty yaml file in an environment, but a fleshed-out yaml file in common, then configoro loads with that key as nil
In
common/foo.ymlIn
development/foo.ymlIf I load up in development, then
MyApp::Configuration.foo == nilI expect
MyApp::Configuration.foo.bar == 'baz'