Hi,
In the admin panel of my little app, the admin can open a user’s
detail info page and modify(kick or add) the user’s roles (all roles
contain “anonymous”, “normal”, “moderator” and “admin”). However, I
have no idea what GUI widget I should use here. The perfect one should
be like the follow, admin could freely kick the roles between the two
columns and finally save it. But how to make this kind of widget in
rails? Or any other way could also fulfil my requirement?
User’s existing roles <==> Other roles
========== =============
= normal = = moderator=
= admin =
= anonymous=
========= ==============
Thanks!
MyST