one more important app_config
This commit is contained in:
parent
60870cab37
commit
443b66ba32
1 changed files with 1 additions and 1 deletions
|
|
@ -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?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue