class EchoUploads::AbstractStore

Public Instance Methods

path(key) click to toggle source
# File lib/echo_uploads/abstract_store.rb, line 3
def path(key)
  raise "This type of filestore doesn't support the #path method."
end