aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"