method
utf8
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Filename::Parameters
utf8()public
No documentation available.
# File activestorage/app/models/active_storage/filename/parameters.rb, line 22
def utf8
"filename*=UTF-8''" + percent_escape(filename.sanitized, RFC_5987_ESCAPED_CHAR)
end