Sha256: f5b48ec089469130e80385ac71a04bc81bb9da4d6d399aec1b03a4ffd2458078
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
occams-1.0.0 | lib/occams/access_control/admin_authorization.rb |