Skip to content

Instantly share code, notes, and snippets.

@jonmagic
Created June 21, 2012 14:34
Show Gist options
  • Save jonmagic/2966060 to your computer and use it in GitHub Desktop.
Save jonmagic/2966060 to your computer and use it in GitHub Desktop.
class Discussion
States = {
:new => 0,
:open => 1,
:closed => 2,
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment