method

utf8

rails latest stable - Class: ActiveStorage::Filename::Parameters

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

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