]> git.openstreetmap.org Git - rails.git/blob - config/initializers/load_configs.rb
Display the changeset comment (if any) as part of the description of
[rails.git] / config / initializers / load_configs.rb
1 # This file loads various yml configuration files
2
3 # Load application config
4 APP_CONFIG = YAML.load(File.read(RAILS_ROOT + "/config/application.yml"))[RAILS_ENV]