Revert "make sure we always have app config in enviroment configuration"
This reverts commit 23fb1b0a29.
This commit is contained in:
parent
23fb1b0a29
commit
e4bb00fa2f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
require File.join(File.dirname(__FILE__), '..', 'app', 'models', 'app_config')
|
|
||||||
|
|
||||||
module EnviromentConfiguration
|
module EnviromentConfiguration
|
||||||
|
ARRAY_SEPERATOR = '%|%'
|
||||||
def self.heroku?
|
def self.heroku?
|
||||||
ENV['HEROKU']
|
ENV['HEROKU']
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue