]> git.openstreetmap.org Git - rails.git/blob - config/initializers/load_configs.rb
Change the map key from a static PNG image to a generated HTML table that can be...
[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]