Method: ActionDispatch::Http::UploadedFile#content_type

Defined in:
lib/action_dispatch/http/upload.rb

#content_typeObject

A string with the MIME type of the file.



22
23
24
# File 'lib/action_dispatch/http/upload.rb', line 22

def content_type
  @content_type
end