From ea1e040780f00938331e92472780c91b7e0f43a2 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 2 Apr 2014 11:28:45 +0100 Subject: Add an AttachmentToHTML::View to deal with rendering --- spec/fixtures/files/attachment_to_html/alternative_template.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spec/fixtures/files/attachment_to_html/alternative_template.html.erb (limited to 'spec/fixtures/files/attachment_to_html') diff --git a/spec/fixtures/files/attachment_to_html/alternative_template.html.erb b/spec/fixtures/files/attachment_to_html/alternative_template.html.erb new file mode 100644 index 000000000..024565d5a --- /dev/null +++ b/spec/fixtures/files/attachment_to_html/alternative_template.html.erb @@ -0,0 +1,2 @@ +

<%= @title %>

+
<%= @body %>
\ No newline at end of file -- cgit v1.2.3