make sure we always have app config in enviroment configuration

This commit is contained in:
Maxwell Salzberg 2012-01-18 16:44:36 -08:00
parent ed45789403
commit 23fb1b0a29

View file

@ -1,5 +1,6 @@
require File.join(File.dirname(__FILE__), '..', 'app', 'models', 'app_config')
module EnviromentConfiguration
ARRAY_SEPERATOR = '%|%'
def self.heroku?
ENV['HEROKU']
end