aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2009-10-29 00:05:21 +0000
committerFrancis Irving <francis@mysociety.org>2009-10-29 00:05:21 +0000
commitf7575ecf7da1f47ec59e3c53a5cca6754a99d76e (patch)
tree1206f11ed67173d99540bb2582d39d0b35a06d5d
parent08fd7e6293fb9e2b01924f77e75e5af5e813ecf1 (diff)
rblib has moved
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 28e5a2a94..377b347ee 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -12,7 +12,7 @@ RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
# MySociety specific helper functions
-$:.push(File.join(File.dirname(__FILE__), '../../rblib'))
+$:.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.
load "validate.rb"