Skip to content

Instantly share code, notes, and snippets.

@damuz91
Last active May 19, 2017 13:56
Show Gist options
  • Save damuz91/b796a82517b946b9eaf95ad5985ed32b to your computer and use it in GitHub Desktop.
Save damuz91/b796a82517b946b9eaf95ad5985ed32b to your computer and use it in GitHub Desktop.
# From
User::ACTIVE # => 1
User::INACTIVE # => 0
User::SUSPENDED # => 2
# To
User::Statuses[:active] # => 1
User::Statuses[:inactive] # => 0
User::Statuses[:suspended] # => 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment