Created
February 16, 2017 16:23
-
-
Save goodviber/271c984e22126530d8fb01436ef04c93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| list = @job.job_status #array | |
| list.shift | |
| @job.job_status = list | |
| @job.job_status_will_change! | |
| @job.save! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment