module Shrine::Plugins::MultiCache
Documentation can be found on shrinerb.com/docs/plugins/multi_cache
Public Class Methods
configure(uploader, **opts)
click to toggle source
# File lib/shrine/plugins/multi_cache.rb, line 7 def self.configure(uploader, **opts) uploader.opts[:multi_cache] ||= {} uploader.opts[:multi_cache].merge!(opts) end