I am having a column price with value 10(may differ) and i need to add value 5(may differ) to the existing value 10 which is the good way to update this in rails.
Am using following rails query to find by customer_id
customer_id=25
refund_update = Refund.find_by customer_id: customer_id