The great way to use Devise , for me, it's t couple it with the Gem CANCAN
to manage capabilities. Then
you just have to make a migration to add different 'role' to the user(with
devise) like 'ADMIN', 'COMMON',or 'VISITOR'.
Checkout the Readme.md of the gem Cancan on these suitable links:
video tuts of Ryanb Baytes :
http://railscasts.com/episodes/192-authorization-with-cancanThe gem on Github:
https://github.com/ryanb/cancanI hope this will help you.
Good luck ;)
2012/1/11 Kapil Kaligotla <kapil.kaligotla@magikminds.com>
I am using different models for user and admin
On Jan 10, 7:29 pm, Walter Lee Davis wrote:On Jan 9, 2012, at 5:09 AM, Kapil Kaligotla wrote:
hi,
I am using rails 3.0.10, i had created user and admin using devise,
i want to make normal user as admin, can anyone help me on how to make
user as admin
Have you created two different models, one for admin and one for user?
Or are you using an authorization scheme where you give individual users
(all the same model) different roles?
Walter
Thanks
Kapil
--
You received this message because you are subscribed to the Google
Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group athttp://
groups.google.com/group/rubyonrails-talk?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.--
*lionel Bastian LONKAP TSAMBA*
Étudiant 4e année Génie Informatique et Statistiques à Polytech-lille
Site:
http://first-developer.frEmail: lionel.firstdeveloper@gmail.com
Tel: +336 12 48 03 01
--
*lionel Bastian LONKAP TSAMBA*
Fourth year student in Software Engineering and Statistics
at the Lille University Graduate School of Engineers (Polytech-Lille)
Site:
http://first-developer.frEmail: lionel.firstdeveloper@gmail.com
Phone: +336 12 48 03 01
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.