I want to remap values in my status column based on a hash.
For example if the status is a, change it to b.
How do I do this in Rails and optimize it so that it executes one db call that changes all values in the column?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did this instead, using heredocs for better readability: