aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-03-19 16:11:20 -0700
committerYehuda Katz <wycats@gmail.com>2009-03-19 16:11:20 -0700
commit7a86f8ea90f88a388b3093471d60b3019ea8ebac (patch)
tree5e8570eca0f015e2bcab70f99fc94b0003ba8a4d /actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
parent890321e51e0c51f61f9198d247727e98f7485899 (diff)
downloadrails-7a86f8ea90f88a388b3093471d60b3019ea8ebac.tar.gz
rails-7a86f8ea90f88a388b3093471d60b3019ea8ebac.tar.bz2
rails-7a86f8ea90f88a388b3093471d60b3019ea8ebac.zip
Test controller layout
Diffstat (limited to 'actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb')
-rw-r--r--actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb b/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
new file mode 100644
index 0000000000..43d89fde52
--- /dev/null
+++ b/actionpack/test/new_base/views/with_both_layouts/layouts/happy_path/render_action_with_controller_layout_first.html.erb
@@ -0,0 +1 @@
+With Controller Layout! <%= yield %> KTHXBAI \ No newline at end of file