module Doorkeeper::Orm

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.