oauth_provider_applications_controller.rb 143 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class OauthProviderApplicationsController < Doorkeeper::ApplicationsController no_design_blocks layout :get_layout def show end end