Sha256: 7425bfe5eb76d7d0ee1582e3a74ac4da3e8f558839f37b42f7ccbbd2f47e2d8d

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

class ExampleUser
  include Authority::UserAbilities
end

class ExampleResource
  include Authority::Abilities
end

class ApplicationAuthorizer < Authority::Authorizer
  def self.readable_by?(user)
    true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
authority-2.4.3 spec/support/example_classes.rb
authority-2.4.2 spec/support/example_classes.rb
authority-2.4.1 spec/support/example_classes.rb
authority-2.4.0 spec/support/example_classes.rb
authority-2.3.2 spec/support/example_classes.rb
authority-2.3.1 spec/support/example_classes.rb
authority-2.3.0 spec/support/example_classes.rb