diff options
-rw-r--r-- | config/environment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 44f541122..8e7501225 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -13,8 +13,8 @@ require File.join(File.dirname(__FILE__), 'boot') # MySociety specific helper functions $:.push(File.join(File.dirname(__FILE__), '../commonlib/rblib')) -# ... if these fail to include, you need the rblib directory from -# mySociety CVS, put it at the same level as the foi directory. +# ... if these fail to include, you need the commonlib submodule from git + load "validate.rb" load "config.rb" load "format.rb" |