Sha256: edf11caf32831d2c64c750624257c89917cf66fb3fec1644565643b7c44804f3
Contents?: true
Size: 245 Bytes
Versions: 46
Compression:
Stored size: 245 Bytes
Contents
module WithAuthorization extend ActiveSupport::Concern def authorization_slug protection_slug || '_/_' end def protection_slug warn "protection_slug is nil, which is not probably what you want" unless @slug @slug end end
Version data entries
46 entries across 46 versions & 1 rubygems