aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb')
-rw-r--r--actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb b/actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb
new file mode 100644
index 0000000000..e200878127
--- /dev/null
+++ b/actionmailer/test/fixtures/base_mailer/inline_attachment.html.erb
@@ -0,0 +1,5 @@
+<h1>Inline Image</h1>
+
+<%= image_tag attachments['logo.png'].url %>
+
+<p>This is an image that is inline</p> \ No newline at end of file