Class: EchoUploads::AbstractStore

Inherits:
Object
  • Object
show all
Defined in:
lib/echo_uploads/abstract_store.rb

Direct Known Subclasses

FilesystemStore, S3Store

Instance Method Summary collapse

Instance Method Details

#path(key) ⇒ Object



3
4
5
# File 'lib/echo_uploads/abstract_store.rb', line 3

def path(key)
  raise "This type of filestore doesn't support the #path method."
end