class Doorkeeper::MigrationGenerator

def install

def install
  migration_template 'migration.rb', 'db/migrate/create_doorkeeper_tables.rb'
end