class Shrine::Derivation::Delete
Public Instance Methods
Source
# File lib/shrine/plugins/derivation_endpoint.rb 698 def call 699 storage.delete(upload_location) 700 end
Deletes the uploaded derivation result from the storage.
# File lib/shrine/plugins/derivation_endpoint.rb 698 def call 699 storage.delete(upload_location) 700 end
Deletes the uploaded derivation result from the storage.