/ Published in: Ruby
This will add up all the prices and return it?
What does |item| mean exactly?
What does |item| mean exactly?
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@items.sum { |item| item.price }