diff options
author | Tekin Suleyman <tekin@tekin.co.uk> | 2008-11-25 11:27:32 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2008-12-01 19:38:25 +0100 |
commit | dab78e55cfcc111b898a1c2475c0c5c327db30f9 (patch) | |
tree | 5dba08dcfbc50339ed513e17bfffe2553b63c443 /actionmailer/test/fixtures | |
parent | bda55f82c687920807f606a2b024f1882094ef1e (diff) | |
download | rails-dab78e55cfcc111b898a1c2475c0c5c327db30f9.tar.gz rails-dab78e55cfcc111b898a1c2475c0c5c327db30f9.tar.bz2 rails-dab78e55cfcc111b898a1c2475c0c5c327db30f9.zip |
Ensure ActionMailer doesn't blow up when a two argument proc is set for the asset host
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1394 state:committed]
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb b/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb new file mode 100644 index 0000000000..b3f0438d03 --- /dev/null +++ b/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb @@ -0,0 +1 @@ +<%= image_tag "somelogo.png" %>
\ No newline at end of file |