From 443b66ba32db56dac081277df1f259fc08cafa1d Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 18 May 2011 20:56:22 +0200 Subject: [PATCH] one more important app_config --- lib/app_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_config.rb b/lib/app_config.rb index a589d634c..c3f805a09 100644 --- a/lib/app_config.rb +++ b/lib/app_config.rb @@ -27,7 +27,7 @@ class AppConfig end def self.load_config_for_environment(env) - if File.exist? "#{Rails.root}/config/app_config.yml.example" + if File.exist? "#{Rails.root}/config/app.yml.example" all_envs = load_config_yaml "#{Rails.root}/config/app.yml.example" else $stderr.puts "ERROR: Why have you deleted config/app.yml.example?"