mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Switching to Grid_FS
This commit is contained in:
@@ -43,7 +43,6 @@ module RequestsHelper
|
||||
end
|
||||
|
||||
f = Redfinger.finger(identifier)
|
||||
Rails.logger.info("The webfinger to #{identifier} returned #{f}")
|
||||
action = subscription_mode(f)
|
||||
url = subscription_url(action, f)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class ImageUploader < CarrierWave::Uploader::Base
|
||||
include CarrierWave::MiniMagick
|
||||
|
||||
storage :file
|
||||
storage :grid_fs
|
||||
|
||||
def store_dir
|
||||
"uploads"
|
||||
|
||||
Reference in New Issue
Block a user