From 0568fb5b9efa6923e9407552aae46b0a1210539d Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 26 Apr 2012 20:47:22 -0300 Subject: Allow access to current object_counter variable from layout when rendering with partial + collection --- .../fixtures/test/_b_layout_for_partial_with_object_counter.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb b/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb new file mode 100644 index 0000000000..44d6121297 --- /dev/null +++ b/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb @@ -0,0 +1 @@ +<%= yield %> \ No newline at end of file -- cgit v1.2.3