diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 14bf2658e..548db1b72 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -11,7 +11,8 @@ RAILS_GEM_VERSION = '1.2.1' unless defined? RAILS_GEM_VERSION require File.join(File.dirname(__FILE__), 'boot') # MySociety specific helper functions -$:.push("../rblib") +$:.push(File.join(File.dirname(__FILE__), '../../rblib')) + load "validate.rb" load "config.rb" |