class Doorkeeper::ApplicationsController
def index
def index @applications = Application.ordered_by(:created_at) respond_to do |format| format.html format.json { head :no_content } end end
def index @applications = Application.ordered_by(:created_at) respond_to do |format| format.html format.json { head :no_content } end end