Class: Aikotoba::Account::ConfirmationToken

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

Instance Method Summary collapse

Instance Method Details

#notifyObject



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

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