OSDN Git Service

manifest list mg
[pettanr/pettanr.git] / app / views / templates / r / profiler / _associations.html.erb
1 <div class="associations">
2   <div>
3     <%= 'associations' %>
4   </div>
5   <div>
6     <%= 'belongs_to' %>
7   </div>
8   <% associations.each_belongs_to_filer do |filer| %>
9     <%= render filer.template_name, :filer => filer %>
10   <% end %>
11   <div>
12     <%= 'has_many' %>
13   </div>
14   <% associations.each_has_many_filer do |filer| %>
15     <%= render filer.template_name, :filer => filer %>
16   <% end %>
17   <div>
18     <%= 'has_one' %>
19   </div>
20   <% associations.each_has_one_filer do |filer| %>
21     <%= render filer.template_name, :filer => filer %>
22   <% end %>
23 </div>