Module: CarrierWave::Backgrounder

Includes:
Support::Backends
Defined in:
lib/backgrounder/delay.rb,
lib/backgrounder/version.rb,
lib/backgrounder/orm/base.rb,
lib/carrierwave_backgrounder.rb,
lib/carrierwave_backgrounder.rb,
lib/backgrounder/orm/activemodel.rb,
lib/backgrounder/orm/data_mapper.rb

Defined Under Namespace

Modules: Delay, ORM Classes: Railtie, ToManyBackendsAvailableError, UnsupportedBackendError

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Methods included from Support::Backends

included

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



12
13
14
# File 'lib/carrierwave_backgrounder.rb', line 12

def self.configure
  yield self
end