Class: Aikotoba::Account::UnlockToken

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

Instance Method Summary collapse

Instance Method Details

#notifyObject



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

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