Table of Contents - admin_auth-0.6.0 Documentation
Classes and Modules
- ActionDispatch
- ActionDispatch::Routing
- ActionDispatch::Routing::Mapper
- AdminAuth
- AdminAuth::Controller
- AdminAuth::Encryptor
- AdminAuth::Engine
- AdminAuth::Model
- AdminAuth::Railtie
- AdminAuth::Repository
Methods
- ::included — AdminAuth::Controller
- ::included — AdminAuth::Model
- ::new — AdminAuth::Repository
- #admin_auth_routes — ActionDispatch::Routing::Mapper
- #admins_repository — AdminAuth::Controller
- #after_login_path — AdminAuth::Controller
- #after_logout_path — AdminAuth::Controller
- #all — AdminAuth::Repository
- #authenticate_admin! — AdminAuth::Controller
- #clear_passwords — AdminAuth::Model
- #compare_passwords — AdminAuth::Encryptor
- #compare_passwords? — AdminAuth::Encryptor
- #correct_password? — AdminAuth::Model
- #create — AdminAuth::Repository
- #create_encrypted_password — AdminAuth::Encryptor
- #current_admin — AdminAuth::Controller
- #destroy — AdminAuth::Repository
- #encrypt_password — AdminAuth::Encryptor
- #encrypted_password — AdminAuth::Encryptor
- #encrypted_salt — AdminAuth::Encryptor
- #find — AdminAuth::Repository
- #locale — AdminAuth::Controller
- #new — AdminAuth::Repository
- #password — AdminAuth::Model
- #password= — AdminAuth::Model
- #password_confirmation — AdminAuth::Model
- #password_confirmation= — AdminAuth::Model
- #password_encryptor — AdminAuth::Model
- #passwords_must_match — AdminAuth::Model
- #update — AdminAuth::Repository