Is there any way to configure Devise Omniauth for multiple models without STI?
We have the models Students and Professors and we didn\'t want to use STI but now we r
Currently, Devise's Omniauthable module does not work with multiple models. No need to worry though, as the Omniauthable module is but a simple wrapper around OmniAuth.
https://github.com/plataformatec/devise/wiki/OmniAuth-with-multiple-models