Class: Aikotoba::Account::UnlockToken
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Aikotoba::Account::UnlockToken
- Includes:
- TokenEncryptable
- Defined in:
- app/models/aikotoba/account/unlock_token.rb
Instance Method Summary collapse
Instance Method Details
#notify ⇒ Object
18 19 20 |
# File 'app/models/aikotoba/account/unlock_token.rb', line 18 def notify AccountMailer.with(account: account).unlock.deliver_now end |