[Rails] Re: Different Usermodels with Authlogic + Declarative Authorizat

2010-01-06 Thread Ruven Pelka
I'm going with Devise now, since it can make different models "authenticatable" :) Mike Gehard wrote: > Maybe you could check out implementing STI and let me know if it works > out... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] Different Usermodels with Authlogic + Declarative Authorizat

2010-01-04 Thread Ruven Pelka
Hi there, I'm working on a Rails App, in which I use the gems Authlogic and Declarative Authorization to put Users into different roles. But because the roles are very different from each other, I thought it would be better, if every usertype gets its own databasetable / model. The model [b]Stude