Skip to content

Instantly share code, notes, and snippets.

@emad-elsaid
Created October 20, 2015 10:21
Show Gist options
  • Save emad-elsaid/86fa870d85cf6e0d7e4e to your computer and use it in GitHub Desktop.
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 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