aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/talk_from_action.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/layouts/talk_from_action.rhtml')
-rw-r--r--actionpack/test/fixtures/layouts/talk_from_action.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/talk_from_action.rhtml b/actionpack/test/fixtures/layouts/talk_from_action.rhtml
new file mode 100644
index 0000000000..215dfd27ac
--- /dev/null
+++ b/actionpack/test/fixtures/layouts/talk_from_action.rhtml
@@ -0,0 +1,2 @@
+<title><%= @title %></title>
+<%= @content_for_layout -%> \ No newline at end of file