# File lib/doorkeeper.rb, line 56
  def self.database_installed?
    [AccessToken, AccessGrant, Application].all?(&:table_exists?)
  end