Skip to content

Instantly share code, notes, and snippets.

@nirname
Last active July 10, 2018 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirname/c56083d9852fdef79bd1e8999c44ccd8 to your computer and use it in GitHub Desktop.
Save nirname/c56083d9852fdef79bd1e8999c44ccd8 to your computer and use it in GitHub Desktop.
Send email through ApplicationMailer with file attachments from ActiveStorage
response.docs.each_with_index do |doc, i|
attachments[doc.filename.to_s] = {:mime_type => doc.blob.content_type, :content => doc.blob.download }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment