P
petermichaux
Hi,
I think this is a pure Ruby question. I seem to be writing this nested
structure constantly
<% unless item.cart_item_optional_variations.empty? %>
<% item.cart_item_option_values.each do |ov| %>
<% end %>
<% end %>
Is there a way to write this in one steps so i am not doing nil.each?
Thanks,
Peter
I think this is a pure Ruby question. I seem to be writing this nested
structure constantly
<% unless item.cart_item_optional_variations.empty? %>
<% item.cart_item_option_values.each do |ov| %>
<% end %>
<% end %>
Is there a way to write this in one steps so i am not doing nil.each?
Thanks,
Peter