class Doorkeeper::ApplicationsController

def set_application

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