Revert "make sure we always have app config in enviroment configuration"

This reverts commit 23fb1b0a29.
This commit is contained in:
Maxwell Salzberg 2012-01-18 16:52:01 -08:00
parent 23fb1b0a29
commit e4bb00fa2f

View file

@ -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