oauth_provider_applications_controller.rb 143 Bytes
class OauthProviderApplicationsController < Doorkeeper::ApplicationsController

  no_design_blocks
  layout :get_layout

  def show
  end

end