From 86a571090c43cd00284e563b63a79016acc2f18b Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Tue, 25 Oct 2005 02:15:08 +0000 Subject: Reset template variables after using render_to_string. Closes #2559 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2723 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/render_to_string_test.rhtml | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/render_to_string_test.rhtml (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/render_to_string_test.rhtml b/actionpack/test/fixtures/test/render_to_string_test.rhtml new file mode 100644 index 0000000000..6e267e8634 --- /dev/null +++ b/actionpack/test/fixtures/test/render_to_string_test.rhtml @@ -0,0 +1 @@ +The value of foo is: ::<%= @foo %>:: -- cgit v1.2.3