Sam
Sam

Reputation: 5250

Use of Admin using Devise gem over Cancan

How to use admin role using devise gem.

Can we same controller for admin and users using devise gem.

In Cancan we can use same controller for all roles.

Which gem is good for admin releated aspects.

Anyone tell me example of admin aspects using devise gem.

Upvotes: 0

Views: 110

Answers (1)

Muntasim
Muntasim

Reputation: 6786

I recommend using ActiveAdmin Or RailsAdmin. Both of them have nice ways to use cancan. If you confused about whether to use then decide by evaluating the following :

If you think you dont want to give that much effort and you need only CRUD staffs then use RailsAdmin.

Otherwise Use ActiveAdmin

Upvotes: 0

Related Questions