class Doorkeeper::ApplicationsController

def new

def new
  @application = Application.new
end