diff options
-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' |