We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For the moment you'll have to add administrators through the rails console. When you're in, just do the following:
u = User.where(:username => "onidhere").first u.group_list = "admin" u.save