method
headers_for_direct_upload
v7.0.0 -
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 95
def headers_for_direct_upload(key, content_type,, **)
{ "Content-Type" => content_type }
end