Sha256: 81a475e2d1340b8a8c9bab075f1001de1f63b98938b9fb9043c8431f1f631078
Contents?: true
Size: 190 Bytes
Versions: 13
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Occams::AccessControl module PublicAuthorization # By default there's no authorization of any kind def authorize true end end end
Version data entries
13 entries across 13 versions & 1 rubygems