aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/views
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/new_base/views')
-rw-r--r--actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb1
-rw-r--r--actionpack/test/new_base/views/with_layout/layouts/application.html.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb b/actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb
new file mode 100644
index 0000000000..c57eff55eb
--- /dev/null
+++ b/actionpack/test/new_base/views/with_layout/happy_path/render_action_with_layout/hello_world.html.erb
@@ -0,0 +1 @@
+Hello World! \ No newline at end of file
diff --git a/actionpack/test/new_base/views/with_layout/layouts/application.html.erb b/actionpack/test/new_base/views/with_layout/layouts/application.html.erb
new file mode 100644
index 0000000000..25f839fded
--- /dev/null
+++ b/actionpack/test/new_base/views/with_layout/layouts/application.html.erb
@@ -0,0 +1 @@
+OHAI <%= yield %> KTHXBAI \ No newline at end of file