aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/streaming.erb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-16 11:34:07 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-16 11:34:07 +0200
commitab105e6072d291d7024e4e645defa5eff31f6f21 (patch)
treeceb36f53f3f7ac692f0fa075e72ab683566220f1 /actionpack/test/fixtures/layouts/streaming.erb
parent3e0aedba909562411b8f369115828a79a7a77a0a (diff)
downloadrails-ab105e6072d291d7024e4e645defa5eff31f6f21.tar.gz
rails-ab105e6072d291d7024e4e645defa5eff31f6f21.tar.bz2
rails-ab105e6072d291d7024e4e645defa5eff31f6f21.zip
content_for should work with provide.
Diffstat (limited to 'actionpack/test/fixtures/layouts/streaming.erb')
-rw-r--r--actionpack/test/fixtures/layouts/streaming.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/streaming.erb b/actionpack/test/fixtures/layouts/streaming.erb
new file mode 100644
index 0000000000..d3f896a6ca
--- /dev/null
+++ b/actionpack/test/fixtures/layouts/streaming.erb
@@ -0,0 +1,4 @@
+<%= yield :header -%>
+<%= yield -%>
+<%= yield :footer -%>
+<%= yield(:unknown).presence || "." -%> \ No newline at end of file