Class: Aikotoba::Account
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Aikotoba::Account
- Includes:
- EnabledFeatureCheckable
- Defined in:
- app/models/aikotoba/account.rb
Defined Under Namespace
Classes: ConfirmationToken, Password, RecoveryToken, Token, UnlockToken
Constant Summary collapse
- EMAIL_MAXIMUM_LENGTH =
NOTE: (RFC5321) Path: The maximum total length of a reverse-path or forward-path is 256 octets. datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1.3
256
- EMAIL_REGEXP =
Aikotoba.email_format
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
Method Summary
Methods included from EnabledFeatureCheckable
#confirmable?, #lockable?, #recoverable?, #registerable?
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
30 31 32 |
# File 'app/models/aikotoba/account.rb', line 30 def password @password end |