Sha256: e3e5586d51ee5b0000b25bd0603eab33c111df5772283ade99cb8a28eb7f9260
Contents?: true
Size: 262 Bytes
Versions: 117
Compression:
Stored size: 262 Bytes
Contents
module Ddr module Auth class AttachmentAbilityDefinitions < AbilityDefinitions def call can :create, ::Attachment do |obj| obj.attached_to.present? && can?(:add_attachment, obj.attached_to) end end end end end
Version data entries
117 entries across 117 versions & 1 rubygems