oauth_provider_authorizations_controller.rb 148 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class OauthProviderAuthorizationsController < Doorkeeper::AuthorizationsController no_design_blocks layout :get_layout def index end end