Module: Devise::Models::W3Authenticatable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/devise_w3_authenticatable/model.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
- #after_w3_authentication(bluepages_information = nil) ⇒ Object
- #authenticate_with_w3!(password) ⇒ Object
Instance Method Details
#after_w3_authentication(bluepages_information = nil) ⇒ Object
16 17 |
# File 'lib/devise_w3_authenticatable/model.rb', line 16 def after_w3_authentication(bluepages_information = nil) end |
#authenticate_with_w3!(password) ⇒ Object
12 13 14 |
# File 'lib/devise_w3_authenticatable/model.rb', line 12 def authenticate_with_w3!(password) Devise::W3Adapter.valid_credentials? email, password end |