OSDN Git Service

fix profiler extend system
[pettanr/pettanr.git] / app / views / templates / r / profiler / _columns.html.erb
index 6df659a..6409a73 100644 (file)
@@ -1,5 +1,5 @@
 <div class="columns">
-  <% profiler.columns.each do |column| %>
+  <% profiler.each_column do |column| %>
     <%= render column.template_name, :column => column %>
   <% end %>
 </div>