module Shrine::Plugins::DefaultStorage
Documentation can be found on shrinerb.com/docs/plugins/default_storage
Public Class Methods
Source
# File lib/shrine/plugins/default_storage.rb 7 def self.configure(uploader, **opts) 8 uploader.opts[:default_storage] ||= {} 9 uploader.opts[:default_storage].merge!(opts) 10 end