can i use single devise for multiple models.

Hi,    i need to use authentication for the 4 models,is it possible to use single devise for all models,if yes plz let me know them clearly. if not what is the solution.

  Thankyou

Maybe you could direct your question to the devise mailing list and get better help:

https://groups.google.com/group/plataformatec-devise

You might have found that if you read the README at the devise repository page:

More info might also be available in the wiki:

https://wiki.github.com/plataformatec/devise

As I suggested in a separate thread, I advise just having a single model for all users, then possibly use cancan gem to provide the different roles.

Colin