Skip to content

Instantly share code, notes, and snippets.

@ryanza
Created December 22, 2010 16:04
Show Gist options
  • Save ryanza/751682 to your computer and use it in GitHub Desktop.
Save ryanza/751682 to your computer and use it in GitHub Desktop.
def self.active_roles
active_roles = Model::ROLES_MASK
[:deleted, :roles].each do |dr|
active_roles.delete(dr.to_s)
end
active_roles
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment