aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-07-09 13:38:44 +0000
committerfrancis <francis>2008-07-09 13:38:44 +0000
commit84d3bacaac89d90bc71ac127bc89270a43430b0c (patch)
tree75a50fe929e80d2fda7e8c408cd779de8e5e68ef
parentcb96eba3dbc0cebc0b5ef7a7355ab6b318031a58 (diff)
Comment on validate.rb
-rw-r--r--config/environment.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 6418de705..6302f8d40 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -13,7 +13,8 @@ require File.join(File.dirname(__FILE__), 'boot')
# MySociety specific helper functions
$:.push(File.join(File.dirname(__FILE__), '../../rblib'))
-
+# ... if these fail to include, you need the rblib directory from
+# mySociety CVS, put it at the same level as the foi directory.
load "validate.rb"
load "config.rb"
load "format.rb"