one more app_config

This commit is contained in:
MrZYX 2011-05-18 20:53:45 +02:00
parent 910cc52387
commit 60870cab37

View file

@ -38,7 +38,7 @@ class AppConfig
all_envs.deep_merge!(all_envs_custom)
else
unless Rails.env == "development" || Rails.env == "test"
$stderr.puts "WARNING: No config/app.yml found! Look at config/app_config.yml.example for help."
$stderr.puts "WARNING: No config/app.yml found! Look at config/app.yml.example for help."
end
end