From 860cf2d44e01114af8ce83fffee3689df812a55c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 30 Sep 2007 22:59:24 +0000 Subject: Fixed that render template did not honor exempt_from_layout (closes #9698) [pezra] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7701 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/layout_tests/alt/hello.rhtml | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/layout_tests/alt/hello.rhtml (limited to 'actionpack/test/fixtures/layout_tests/alt') diff --git a/actionpack/test/fixtures/layout_tests/alt/hello.rhtml b/actionpack/test/fixtures/layout_tests/alt/hello.rhtml new file mode 100644 index 0000000000..fcda6cf97a --- /dev/null +++ b/actionpack/test/fixtures/layout_tests/alt/hello.rhtml @@ -0,0 +1 @@ +alt/hello.rhtml -- cgit v1.2.3