diff options
author | francis <francis> | 2009-04-07 16:24:07 +0000 |
---|---|---|
committer | francis <francis> | 2009-04-07 16:24:07 +0000 |
commit | 29c0800d019e86a770ec6abaab257b37ab4d096c (patch) | |
tree | 337e59baddc7516c32fc439adefa4e967c0b1489 | |
parent | 6a6c100fb7651c08420e89472c71a63171295771 (diff) |
A note about ideal situation
-rw-r--r-- | config/environment.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index 2740d8352..806aa4e2d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -120,6 +120,9 @@ module WillPaginate end end +# XXX all the monkey patches above should be moved into their own files in +# lib/, and required below + # Load monkey patches from lib/ require 'tmail_extensions' |