Sha256: bdc62ae5a5e5cc75b6b3b9233fde21a56ea4fb33feec7e936f5beeecb40b625d
Contents?: true
Size: 191 Bytes
Versions: 13
Compression:
Stored size: 191 Bytes
Contents
# frozen_string_literal: true module Occams::AccessControl module PublicAuthentication # By defaut all published pages are accessible def authenticate true end end end
Version data entries
13 entries across 13 versions & 1 rubygems