Example I have:
@test = Pakke.find([[4], [5]])
In my Pakke table I have a column named prismd
prismd
How do I sum the two val
test = Order.where(potential_student_id: potential_student.id).sum("total_price");