Created
March 10, 2015 12:50
-
-
Save StasKoval/27da2e3cd0fa725b2b91 to your computer and use it in GitHub Desktop.
This file contains 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
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