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

On Jul 9, 2013, at 2:31 AM, mack gille [email protected] wrote:

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.

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

On 9 July 2013 10:31, mack gille [email protected] wrote:

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.

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