Sha256: e0f8634c8e4c4aa4a40eb5441e10558f2a9776a60d6ead3bbf1511ff32129e95

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

class DummyController < ActionController::Base
  include Authorizy::Extension

  before_action :authorizy

  def action
    render json: { message: 'authorized' }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authorizy-0.5.0 spec/support/controllers/dummy_controller.rb
authorizy-0.4.1 spec/support/controllers/dummy_controller.rb
authorizy-0.4.0 spec/support/controllers/dummy_controller.rb
authorizy-0.3.0 spec/support/controllers/dummy_controller.rb
authorizy-0.2.2 spec/support/controllers/dummy_controller.rb
authorizy-0.2.1 spec/support/controllers/dummy_controller.rb
authorizy-0.2.0 spec/support/controllers/dummy_controller.rb
authorizy-0.1.0 spec/support/controllers/dummy_controller.rb