Sha256: 46c0227f2e29a8dbee3ca328a6d32f8074a2260cfef0a1f3cb8f1d886de6f05f
Contents?: true
Size: 274 Bytes
Versions: 22
Compression:
Stored size: 274 Bytes
Contents
module GuestAccountPermits class GuestRolePermit < CanTango::RolePermit def initialize(ability) super end protected def static_rules can :read, Post can :read, Article can :read, Comment cannot :read, User end end end
Version data entries
22 entries across 22 versions & 1 rubygems