Module: Doorkeeper::Orm
- Defined in:
- lib/doorkeeper/orm/active_record.rb,
lib/doorkeeper.rb,
lib/doorkeeper/orm/active_record/stale_records_cleaner.rb
Overview
ActiveRecord ORM for Doorkeeper entity models. Consists of three main OAuth entities:
* Access Token
* Access Grant
* Application (client)
Do a lazy loading of all the required and configured stuff.
Defined Under Namespace
Modules: ActiveRecord