aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb
blob: e20087812748fbd2e6b647f2c4b9efce3334c458 (plain) (blame)
1
2
3
4
5
<h1>Inline Image</h1>

<%= image_tag attachments['logo.png'].url %>

<p>This is an image that is inline</p>