one more important app_config

This commit is contained in:
MrZYX 2011-05-18 20:56:22 +02:00
parent 60870cab37
commit 443b66ba32

View file

@ -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?"