class Doorkeeper::ApplicationsController

def edit

def edit
  @application = Application.find(params[:id])
end