application_controller.rb 116 Bytes
module Doorkeeper
  class ApplicationController < ApplicationController

    include Helpers::Controller

  end
end