Created
October 20, 2015 10:21
-
-
Save emad-elsaid/86fa870d85cf6e0d7e4e to your computer and use it in GitHub Desktop.
# this initializer will load all yaml files in config/yamls then assign each
# file content to a constant that is equal to the file name capitalized.
# if you added a file named `config/yamls/foo.yml` you can access its
# content through `FOO` constant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this initializer will load all yaml files in config/yamls then assign each | |
# file content to a constant that is equal to the file name capitalized. | |
# if you added a file named `config/yamls/foo.yml` you can access its | |
# content through `FOO` constant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment