Commit a95a3e9824f28a098ba77d9488aa39626e2a69d7
1 parent
a8e4a5ac
Exists in
master
and in
1 other branch
move load_config first to be loaded first
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
... | ... | @@ -0,0 +1 @@ |
1 | +REDIS_CONFIG = YAML.load_file("#{Rails.root}/config/redis.yml") | ... | ... |
config/initializers/load_config.rb
... | ... | @@ -1 +0,0 @@ |
1 | -REDIS_CONFIG = YAML.load_file("#{Rails.root}/config/redis.yml") |