diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-08 15:25:28 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-08 15:25:28 +0000 |
commit | f0c6e6fa6239cfc885d4bbbc406fe559781bcd12 (patch) | |
tree | e125ba2b5ba01c960b50ef05d9c847224e920e92 | |
parent | f5ee8d634ba01b27ddaa840b05c57e35e1d72374 (diff) |
Remove obsolete comment
-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" |