index.html.erb 152 Bytes
<% profile.orders_cycle.has_volunteers_periods.each do |cycle| %>
  <% cycle %>
  <% cycle.volunteers-periods.each do |period| %>
  <% end %>
<% end %>