diff options
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/talk_from_action.erb')
-rw-r--r-- | actionview/test/fixtures/actionpack/layouts/talk_from_action.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/talk_from_action.erb b/actionview/test/fixtures/actionpack/layouts/talk_from_action.erb new file mode 100644 index 0000000000..bf53fdb785 --- /dev/null +++ b/actionview/test/fixtures/actionpack/layouts/talk_from_action.erb @@ -0,0 +1,2 @@ +<title><%= @title || yield(:title) %></title> +<%= yield -%>
\ No newline at end of file |