diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-02-25 09:28:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-02-25 09:28:40 +0000 |
commit | 21102709ee089e17ed5197423f85f948d54355db (patch) | |
tree | 98bec894dd745c7969009adf3086c3c09d5dbe96 | |
parent | a901c6a4794e7a17bdc4a12627a015b069def295 (diff) |
Updating comment - commonlib now comes from git
-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" |