Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created March 10, 2015 12:50
Show Gist options
  • Save StasKoval/27da2e3cd0fa725b2b91 to your computer and use it in GitHub Desktop.
Save StasKoval/27da2e3cd0fa725b2b91 to your computer and use it in GitHub Desktop.
if self.temp_state != self.status && self.temp_state.present? and !self.uncompleted?
event = self.temp_state
self.send(event)
self.temp_state = ""
self.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment