class Doorkeeper::ApplicationsController

def index

def index
  @applications = Application.all
end