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