Sha256: e258eb7a5b09ef67d4d8cc6ff737fc3034bd7a9479cc2e471644db7e4d8cab2f

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

class CustomAuthorizationsController < ::ApplicationController
  %w[index show new create edit update destroy].each do |action|
    define_method action do
      render nothing: true
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
doorkeeper-5.0.3 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-5.1.0.rc2 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-5.1.0.rc1 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-5.0.2 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-mongodb-5.0.0 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-5.0.1 spec/dummy/app/controllers/custom_authorizations_controller.rb
doorkeeper-sequel-2.0.0 spec/dummy/app/controllers/custom_authorizations_controller.rb