-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
A couple suggestions for handling video files more appropriately.
-
Store
duration
attribute in DB -
Pass
resource_type
when making API calls (otherwise it errors with resource not found).
module Attachinary
def destroy_file
Cloudinary::Uploader.destroy(public_id, {resource_type: resource_type}) if public_id && !keep_remote?
end
end
end
Metadata
Metadata
Assignees
Labels
No labels