summaryrefslogtreecommitdiff
path: root/config/initializers/load_config.rb
AgeCommit message (Collapse)Author
2013-04-03make sure user tests also run when run from users subdirAzul
* The APP_CONFIG needs to be initialized in core so that is required from other engines * paths for load_views need to be relative to the model - not to rails root.
2013-02-09fall back to {} if config file is empty for environmentAzul
2012-12-20config hash now has indifferent accessAzul
2012-12-20Loading config defaults from default.yml nowAzul
You can overwrite them in config/config.yml
2012-10-29first steps at is_admin?Azul