method
headers_for_direct_upload
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::DiskService
headers_for_direct_upload(key, content_type:, **)public
No documentation available.
# File activestorage/lib/active_storage/service/disk_service.rb, line 122
def headers_for_direct_upload(key, content_type,, **)
{ "Content-Type" => content_type }
end