From bd5ed651105663cb4bc5acd86ad8bdf48251d0fe Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 26 Nov 2007 03:36:28 +0000 Subject: Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../test/fixtures/test_mailer/included_subtemplate.text.plain.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb') diff --git a/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb index de9b2039fa..a93c30ea1a 100644 --- a/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb +++ b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb @@ -1 +1 @@ -Hey Ho, <%= render "subtemplate" %> \ No newline at end of file +Hey Ho, <%= render :partial => "subtemplate" %> \ No newline at end of file -- cgit v1.2.3