aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/rails-2.1.0
diff options
context:
space:
mode:
authorfrancis <francis>2009-07-01 11:07:18 +0000
committerfrancis <francis>2009-07-01 11:07:18 +0000
commita4f376b6cfb81dbd7c1cb02bb382c7348bd6f4fc (patch)
tree550dad915fd851bad06f7bae89bb9af435507420 /vendor/rails-2.1.0
parent82836179469ca9ec33fd1389e9ee635783f4895e (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 'vendor/rails-2.1.0')
-rw-r--r--vendor/rails-2.1.0/activesupport/lib/active_support/cache/file_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rails-2.1.0/activesupport/lib/active_support/cache/file_store.rb b/vendor/rails-2.1.0/activesupport/lib/active_support/cache/file_store.rb
index 5b771b1da..8c342e140 100644
--- a/vendor/rails-2.1.0/activesupport/lib/active_support/cache/file_store.rb
+++ b/vendor/rails-2.1.0/activesupport/lib/active_support/cache/file_store.rb
@@ -67,4 +67,4 @@ module ActiveSupport
end
end
end
-end \ No newline at end of file
+end