method

attachment_url

rails latest stable - Class: Rails::MailersController

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

attachment_url(attachment)
public

No documentation available.

# File railties/lib/rails/mailers_controller.rb, line 107
    def attachment_url(attachment)
      "data:application/octet-stream;charset=utf-8;base64,#{Base64.encode64(attachment.body.to_s)}"
    end