I currently use authlogic for my Rails-hosted multi-site application by using the authenticates_many :user_sessions
method on my Site
model.
I want to change over to Devise. Does anyone know if this is possible and if so, how?
Thanks a lot,
Richard