one more app_config
This commit is contained in:
parent
910cc52387
commit
60870cab37
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class AppConfig
|
||||||
all_envs.deep_merge!(all_envs_custom)
|
all_envs.deep_merge!(all_envs_custom)
|
||||||
else
|
else
|
||||||
unless Rails.env == "development" || Rails.env == "test"
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue