I want to calculate the sum of the values in a column. For example:
@items = Item.find_all_by_cart_id(cart)
Item has column quantity. I want the sum of the @items quantity.
I want to calculate the sum of the values in a column. For example:
@items = Item.find_all_by_cart_id(cart)
Item has column quantity. I want the sum of the @items quantity.