Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created July 22, 2010 15:22
Show Gist options
  • Save ymendel/486112 to your computer and use it in GitHub Desktop.
Save ymendel/486112 to your computer and use it in GitHub Desktop.
state_machine :initial => :unpaid do
event :pay do
transition :unpaid => :paid
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment