Sha256: 0945116e5d7866f081a74ae7abf0a09a13d05f68f0d6cbc5009e06c94884b4c5
Contents?: true
Size: 224 Bytes
Versions: 39
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true module LinkedRails module Actions class ItemPolicy < LinkedRails.policy_parent_class def show? parent_policy.blank? ? true : parent_policy.show? end end end end
Version data entries
39 entries across 39 versions & 1 rubygems