From 4793a2f5cdc07a5926e8399fd82a835c0dc0a023 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sun, 15 Jan 2006 11:28:55 +0000 Subject: Automatically discover layouts when a controller is namespaced. Closes #2199, #3424. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../fixtures/layout_tests/layouts/controller_name_space/nested.rhtml | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml (limited to 'actionpack/test/fixtures/layout_tests/layouts') diff --git a/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml b/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml new file mode 100644 index 0000000000..5f86a7de4d --- /dev/null +++ b/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml @@ -0,0 +1 @@ +controller_name_space/nested.rhtml <%= yield %> \ No newline at end of file -- cgit v1.2.3