Skip to content

Instantly share code, notes, and snippets.

@goodviber
Created February 16, 2017 16:23
Show Gist options
  • Select an option

  • Save goodviber/271c984e22126530d8fb01436ef04c93 to your computer and use it in GitHub Desktop.

Select an option

Save goodviber/271c984e22126530d8fb01436ef04c93 to your computer and use it in GitHub Desktop.
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