Module: Attached

Defined in:
lib/attached.rb,
lib/attached/job.rb,
lib/attached/railtie.rb,
lib/attached/storage.rb,
lib/attached/version.rb,
lib/attached/attatcher.rb,
lib/attached/processor.rb,
lib/attached/attachment.rb,
lib/attached/definition.rb,
lib/attached/storage/aws.rb,
lib/attached/storage/fog.rb,
lib/attached/storage/base.rb,
lib/attached/storage/error.rb,
lib/attached/storage/local.rb,
lib/attached/processor/base.rb,
lib/attached/storage/google.rb,
lib/attached/processor/audio.rb,
lib/attached/processor/error.rb,
lib/attached/processor/image.rb,
lib/attached/storage/rackspace.rb

Defined Under Namespace

Modules: ClassMethods, Definition, Processor, Storage Classes: Attachment, Attatcher, Job, Railtie

Constant Summary collapse

VERSION =
"1.0.7"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def self.included(base)
  base.extend ClassMethods
end

.mock!Object



8
9
10
# File 'lib/attached.rb', line 8

def self.mock!
  Fog.mock!
end