Class: Aikotoba::Account::RecoveryToken

Inherits:
ApplicationRecord
  • Object
show all
Includes:
TokenEncryptable
Defined in:
app/models/aikotoba/account/recovery_token.rb

Instance Method Summary collapse

Instance Method Details

#notifyObject



18
19
20
# File 'app/models/aikotoba/account/recovery_token.rb', line 18

def notify
  AccountMailer.with(account: ).recover.deliver_now
end