diff options
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 855174251..a0b4a5eb6 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -26,7 +26,6 @@ $:.push(File.join(File.dirname(__FILE__), '../commonlib/rblib')) # ... if these fail to include, you need the commonlib submodule from git # (type "git submodule update --init" in the whatdotheyknow directory) -# ruby-ole and ruby-msg. We use a custom ruby-msg to avoid a name conflict $:.unshift(File.join(File.dirname(__FILE__), '../vendor/plugins/globalize2/lib')) load "validate.rb" |