RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: dalison
Site: http://www.davidalison.com
Very late but someone may benefit from this.
You need to add :group_ids to your user model:
attr_accessible :client_id, :email, :firstname, :group_id, :lastname, :password, :password_confirmation, :role_id, :group_ids
Very late but someone may benefit from this.
You need to add :group_ids to your user model: