aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb')
-rw-r--r--actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb b/actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb
new file mode 100644
index 0000000000..bdd53014cd
--- /dev/null
+++ b/actionview/test/fixtures/test/_b_layout_for_partial_with_object.html.erb
@@ -0,0 +1 @@
+<b class="<%= customer.name.downcase %>"><%= yield %></b> \ No newline at end of file