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



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

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