Module: Shrine::Plugins::Backgrounding

Defined in:
lib/shrine/plugins/backgrounding.rb

Overview

Documentation can be found on shrinerb.com/docs/plugins/backgrounding

Defined Under Namespace

Modules: AttacherClassMethods, AttacherMethods

Class Method Summary collapse

Class Method Details

.configure(uploader) ⇒ Object



7
8
9
# File 'lib/shrine/plugins/backgrounding.rb', line 7

def self.configure(uploader)
  uploader.opts[:backgrounding] ||= {}
end