Module: ApiBlocks::Doorkeeper::Passwords::User

Extended by:
ActiveSupport::Concern
Defined in:
lib/api_blocks/doorkeeper/passwords/user.rb

Overview

ApiBlocks::Doorkeeper::Passwords::User overrides some methods from devise recoverable module to add the dorkeeper application to the mailer.

Examples:

# app/models/user.rb
class User < ApplicationRecord
  include ApiBlocks::Doorkeeper::Passwords::User
end