]> git.openstreetmap.org Git - rails.git/blob - config/initializers/load_configs.rb
More tests to check that user creation works, and the url in the e-mail is the same...
[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]