Module: Paperclip::Storage

Defined in:
lib/paperclip/storage/s3.rb,
lib/paperclip/storage/fog.rb,
lib/paperclip/storage/filesystem.rb

Defined Under Namespace

Modules: Filesystem, Fog, S3

Instance Method Summary collapse

Instance Method Details

#copy_to_local_file(style, local_dest_path) ⇒ Object



72
73
74
# File 'lib/paperclip/storage/filesystem.rb', line 72

def copy_to_local_file(style, local_dest_path)
  FileUtils.cp(path(style), local_dest_path)
end