Switching to Grid_FS

This commit is contained in:
ilya 2010-07-23 14:32:55 -07:00
parent d8ebbf8d26
commit 283bbc4850
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,6 @@ module RequestsHelper
end end
f = Redfinger.finger(identifier) f = Redfinger.finger(identifier)
Rails.logger.info("The webfinger to #{identifier} returned #{f}")
action = subscription_mode(f) action = subscription_mode(f)
url = subscription_url(action, f) url = subscription_url(action, f)

View file

@ -1,7 +1,7 @@
class ImageUploader < CarrierWave::Uploader::Base class ImageUploader < CarrierWave::Uploader::Base
include CarrierWave::MiniMagick include CarrierWave::MiniMagick
storage :file storage :grid_fs
def store_dir def store_dir
"uploads" "uploads"