Skip to content

Instantly share code, notes, and snippets.

@danreedy
Created December 2, 2010 18:38
Show Gist options
  • Save danreedy/725827 to your computer and use it in GitHub Desktop.
Save danreedy/725827 to your computer and use it in GitHub Desktop.
This is a starting place for the User class that is spec'd in another gist.
class User
ROLES = %w[Administrator Editor Moderator User]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment