diff options
author | francis <francis> | 2009-07-01 11:07:18 +0000 |
---|---|---|
committer | francis <francis> | 2009-07-01 11:07:18 +0000 |
commit | a4f376b6cfb81dbd7c1cb02bb382c7348bd6f4fc (patch) | |
tree | 550dad915fd851bad06f7bae89bb9af435507420 /config/environment.rb | |
parent | 82836179469ca9ec33fd1389e9ee635783f4895e (diff) |
Change attachment caching code to lower level functions.
Make mime types the same for cached and uncached images.
Store images from PDF/DOC etc. extraction in correct cache place.
Make sure such images are authenticated with permissions to view request.
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index 806aa4e2d..76f459889 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -125,6 +125,7 @@ end # Load monkey patches from lib/ require 'tmail_extensions' +require 'activesupport_cache_extensions.rb' # XXX temp debug for SQL logging production sites #ActiveRecord::Base.logger = Logger.new(STDOUT) |