aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-04-22 17:16:28 -0700
committerYehuda Katz and Carl Lerche <wycats@gmail.com>2009-04-22 17:24:41 -0700
commit0a132c2fe13fb2b8d5dade9cf6abd70601376287 (patch)
treecf9194a0a9df3cf36e7a1ffbe8b8e16274c94ee9 /actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml
parentb2d6fdae353be4fca41d7ac1839f30d9737162fd (diff)
downloadrails-0a132c2fe13fb2b8d5dade9cf6abd70601376287.tar.gz
rails-0a132c2fe13fb2b8d5dade9cf6abd70601376287.tar.bz2
rails-0a132c2fe13fb2b8d5dade9cf6abd70601376287.zip
Refactor ActionView::Path
* Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml')
-rw-r--r--actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml
new file mode 100644
index 0000000000..847d065c37
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml
@@ -0,0 +1,6 @@
+%p Hello there,
+
+%p
+ Mr.
+ = @recipient
+ from haml \ No newline at end of file