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