aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/views/_hundred_partials.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/views/_hundred_partials.erb')
-rw-r--r--actionpack/examples/views/_hundred_partials.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/examples/views/_hundred_partials.erb b/actionpack/examples/views/_hundred_partials.erb
new file mode 100644
index 0000000000..35c2a6c9d3
--- /dev/null
+++ b/actionpack/examples/views/_hundred_partials.erb
@@ -0,0 +1,3 @@
+<% 100.times do %>
+ <%= render :partial => "/collection", :object => $OBJECT %>
+<% end %> \ No newline at end of file