Sha256: eaf9b68fb88768f04d7671edd3e448ca7bd4b0eb034702c23aa044a7492c92d4
Contents?: true
Size: 189 Bytes
Versions: 13
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Occams::AccessControl module AdminAuthorization # 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