Sha256: 2484b302f2ba8398805007c9f987f7e51cba79f21974f1aa6d93b98dbb01f7e4
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module ComfortableMediaSurfer::AccessControl module PublicAuthentication # By defaut all published pages are accessible def authenticate true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfortable_media_surfer-3.0.0 | lib/comfortable_media_surfer/access_control/public_authentication.rb |