method

ascii

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.

ascii()
public

No documentation available.

# File activestorage/app/models/active_storage/filename/parameters.rb, line 16
  def ascii
    'filename="' + percent_escape(I18n.transliterate(filename.sanitized), TRADITIONAL_ESCAPED_CHAR) + '"'
  end