diff options
author | Marcel Molina <marcel@vernix.org> | 2006-01-15 11:28:55 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-01-15 11:28:55 +0000 |
commit | 4793a2f5cdc07a5926e8399fd82a835c0dc0a023 (patch) | |
tree | 422a9724779a3ce0be13774eb8598b7a7e70a805 /actionpack/test/fixtures/layout_tests/layouts | |
parent | a471e6b4d741c498439767237efad9838df44834 (diff) | |
download | rails-4793a2f5cdc07a5926e8399fd82a835c0dc0a023.tar.gz rails-4793a2f5cdc07a5926e8399fd82a835c0dc0a023.tar.bz2 rails-4793a2f5cdc07a5926e8399fd82a835c0dc0a023.zip |
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
Diffstat (limited to 'actionpack/test/fixtures/layout_tests/layouts')
-rw-r--r-- | actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |