class Shrine::Derivation::Retrieve
Public Instance Methods
Source
# File lib/shrine/plugins/derivation_endpoint.rb 675 def call 676 uploaded_file = shrine_class.uploaded_file(storage: upload_storage, id: upload_location) 677 uploaded_file if uploaded_file.exists? 678 end
Returns a Shrine::UploadedFile object pointing to the uploaded derivative if it exists on the storage.