cirandas.net

ref: master

plugins/oauth_provider/controllers/oauth_provider_applications_controller.rb


1
2
3
4
5
6
7
8
9
class OauthProviderApplicationsController < Doorkeeper::ApplicationsController

  no_design_blocks
  layout :get_layout

  def show
  end

end