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