kevbaker / rails-bootstrap-base-app

Base Rails application with Devise, Bootstrap, cancan
27 stars 7 forks source link

Add basic user administration #5

Closed kevbaker closed 12 years ago

kevbaker commented 13 years ago

This should include assigning one to many roles to each user for authorization.

kevbaker commented 12 years ago

Fix the "edit" link on /users

Remove the "show" link on /users

Fix the "delete" link on /users

Add permissions from cancan for users

kevbaker commented 12 years ago

Good suggestion to use: user admin namespace

http://stackoverflow.com/questions/4491884/rails-devise-two-different-methods-for-new-users

kevbaker commented 12 years ago

The "edit" action in user controller was missing. Probably due to devise generator