From e4e1388318cd281bf27114b608487330ae1a58df Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Tue, 6 Mar 2012 16:20:56 +0100 Subject: Adds :layout option to render :partial when a collection is given. --- actionpack/test/fixtures/test/_b_layout_for_partial.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/_b_layout_for_partial.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb b/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb new file mode 100644 index 0000000000..e918ba8f83 --- /dev/null +++ b/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb @@ -0,0 +1 @@ +<%= yield %> \ No newline at end of file -- cgit v1.2.3