diff options
author | James Miller <james@jkmillertech.com> | 2008-09-10 11:27:38 -0700 |
---|---|---|
committer | James Miller <james@jkmillertech.com> | 2008-09-10 11:27:38 -0700 |
commit | 383467fb5da3d0d17bb3e41b6b4c0ab69b2ef082 (patch) | |
tree | 2e81d95ccbb48189f8d456f69c32389bbb122c71 /actionmailer/test | |
parent | 6704e90c900555196080165c242d6999d1fcfaba (diff) | |
parent | 6d1be5f1eb83fb693ffd00e1967c1b3ca1c9ece3 (diff) | |
download | rails-383467fb5da3d0d17bb3e41b6b4c0ab69b2ef082.tar.gz rails-383467fb5da3d0d17bb3e41b6b4c0ab69b2ef082.tar.bz2 rails-383467fb5da3d0d17bb3e41b6b4c0ab69b2ef082.zip |
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'actionmailer/test')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ new file mode 100644 index 0000000000..946d99ede5 --- /dev/null +++ b/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ @@ -0,0 +1,10 @@ +<html> + <body> + HTML formatted message to <strong><%= @recipient %></strong>. + </body> +</html> +<html> + <body> + HTML formatted message to <strong><%= @recipient %></strong>. + </body> +</html> |