Module: Devise::Models::DatabaseAuthenticatableWithPersonEmail
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/devise/models/database_authenticatable_with_person_email.rb
Overview
DatabaseAuthenticatableWithPersonEmail
Overrides Devise::Models::DatabaseAuthenticatable, so but instead of expecting the ‘email` field to be in the authenticatable model, is located instead in the associated `Person` model
Defined Under Namespace
Modules: ClassMethods