So, I'm trying to get CanCan working but I'm having trouble with making an user an Admin. In other-words, I have a Users table with an admin:boolean column.
Now the problem is when I sign-up to my app and check off the Admin check box it doesn't register the Admin Boolean as True in the db. It remains nil.
I've followed the api.rails syntax for admin check box's but it doesn't seem to be changing the boolean value in the DB.
For a full scope of the app goto: www.github.com/apane/leap