aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/helper_mailer
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-16 11:39:29 +0000
committerJamis Buck <jamis@37signals.com>2005-06-16 11:39:29 +0000
commit5ec990af9e348e245b6583c49bba90a00e50c6db (patch)
tree8ebf209203296d8b5f0671d771bab0e46af6cb77 /actionmailer/test/fixtures/helper_mailer
parentc2ed453880539fbc27fc0e00a95fbcf9949d0ed6 (diff)
downloadrails-5ec990af9e348e245b6583c49bba90a00e50c6db.tar.gz
rails-5ec990af9e348e245b6583c49bba90a00e50c6db.tar.bz2
rails-5ec990af9e348e245b6583c49bba90a00e50c6db.zip
Helper support for ActionMailer
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1446 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test/fixtures/helper_mailer')
-rw-r--r--actionmailer/test/fixtures/helper_mailer/use_helper.rhtml1
-rw-r--r--actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml1
-rw-r--r--actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml5
-rw-r--r--actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml1
4 files changed, 8 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml
new file mode 100644
index 0000000000..378777f8bb
--- /dev/null
+++ b/actionmailer/test/fixtures/helper_mailer/use_helper.rhtml
@@ -0,0 +1 @@
+Hello, <%= person_name %>. Thanks for registering!
diff --git a/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml b/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml
new file mode 100644
index 0000000000..d5b8b285e7
--- /dev/null
+++ b/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml
@@ -0,0 +1 @@
+This message brought to you by <%= name_of_the_mailer_class %>.
diff --git a/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml
new file mode 100644
index 0000000000..96ec49d18a
--- /dev/null
+++ b/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml
@@ -0,0 +1,5 @@
+From "Romeo and Juliet":
+
+<%= block_format @text %>
+
+Good ol' Shakespeare.
diff --git a/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml
new file mode 100644
index 0000000000..52ea9aa413
--- /dev/null
+++ b/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml
@@ -0,0 +1 @@
+So, <%= test_format(@text) %>