Class: Paperclip::IdentityAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/paperclip/io_adapters/identity_adapter.rb

Constant Summary

Constants inherited from AbstractAdapter

AbstractAdapter::OS_RESTRICTED_CHARACTERS

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#content_type, #original_filename, #size

Instance Method Summary collapse

Methods inherited from AbstractAdapter

#assignment?, #fingerprint, #inspect, #nil?, #read

Instance Method Details

#new(adapter) ⇒ Object



3
4
5
# File 'lib/paperclip/io_adapters/identity_adapter.rb', line 3

def new(adapter)
  adapter
end