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



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

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