Robert Walker wrote in post #1114535: > ram kris wrote in post #1114502: >> how to use single login page for users in four models > > You have not given enough detail in your question to know what you're > asking. > > Are you saying that you have four different types of users? If so then > why do you have four models instead of doing role based authorization > having only one user model? > > If you really do have four different types of user then you might want > to consider Single-Table-Inheritance (STI). I seriously doubt you need > to go to this extreme though. > > I can't give you a definitive answer from such an abstract question. > There are many ways to solve a problem, but you haven't even described > the problem you're trying to solve.
@Robert Walker plz clarify me i have face the same problem.i have two models employee(having 6 input fields),client(having 12 input fields),i need to authenticate them using devise.what i have to do single sign in form for both if it is solution let me know how is this,else by using two devises or any solution let me know thankyou @Robert Walker -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/251524cb7608f099f65d54678d2ebc8f%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.

