diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-22 14:38:41 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-22 14:38:41 +0100 |
commit | 951397b4a2143eee4b900356dab525aed99430ec (patch) | |
tree | f3cd7db8376015d9c2cb2fe1467c2c7c2f2bc520 /actionmailer/test/fixtures | |
parent | 1cd55928c6f638affeb5d89293f478817675d7b3 (diff) | |
download | rails-951397b4a2143eee4b900356dab525aed99430ec.tar.gz rails-951397b4a2143eee4b900356dab525aed99430ec.tar.bz2 rails-951397b4a2143eee4b900356dab525aed99430ec.zip |
Get implicit multipart and attachments working together.
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/base_mailer/attachment_with_content.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/attachment_with_content.erb b/actionmailer/test/fixtures/base_mailer/attachment_with_content.erb new file mode 100644 index 0000000000..deb9dbd03b --- /dev/null +++ b/actionmailer/test/fixtures/base_mailer/attachment_with_content.erb @@ -0,0 +1 @@ +Attachment with content
\ No newline at end of file |