aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/test_mailer/signed_up.html.erb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-08-13 19:04:56 -0500
committerJoshua Peek <josh@joshpeek.com>2008-08-13 19:04:56 -0500
commit04248c62086b188ae354ed90ae40c832b79fd19c (patch)
tree01d6094bab843a037e8e8f786499b720831208dc /actionmailer/test/fixtures/test_mailer/signed_up.html.erb
parent2561be005b1180883ccf1d0f7ad38858d9348064 (diff)
downloadrails-04248c62086b188ae354ed90ae40c832b79fd19c.tar.gz
rails-04248c62086b188ae354ed90ae40c832b79fd19c.tar.bz2
rails-04248c62086b188ae354ed90ae40c832b79fd19c.zip
Ensure templates are rendered if all the parts are already processed
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer/signed_up.html.erb')
-rw-r--r--actionmailer/test/fixtures/test_mailer/signed_up.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/signed_up.html.erb b/actionmailer/test/fixtures/test_mailer/signed_up.html.erb
new file mode 100644
index 0000000000..a85d5fa442
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/signed_up.html.erb
@@ -0,0 +1,3 @@
+Hello there,
+
+Mr. <%= @recipient %> \ No newline at end of file