make sure we always have app config in enviroment configuration
This commit is contained in:
parent
ed45789403
commit
23fb1b0a29
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
|
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