Sha256: 625f0136112ad41718b95beec3f6609ffadea414b7febf6379ccb4c71264082f
Contents?: true
Size: 278 Bytes
Versions: 41
Compression:
Stored size: 278 Bytes
Contents
module Ddr module Auth class LockAbilityDefinitions < AbilityDefinitions DENIED_WHEN_LOCKED = [ :add_children, :update, :replace, :arrange, :grant ] def call cannot DENIED_WHEN_LOCKED, Ddr::Models::Base, :locked? => true end end end end
Version data entries
41 entries across 41 versions & 1 rubygems