Sha256: 5bab7f299e5f5265b434e23be61a5345bcefb26bdb5a07d9a23fc780144ffd97
Contents?: true
Size: 202 Bytes
Versions: 22
Compression:
Stored size: 202 Bytes
Contents
class EditorRoleGroupPermit < CanTango::RolePermit def initialize ability super end protected def static_rules can :read, [Comment, Post, Article] can :create, Article end end
Version data entries
22 entries across 22 versions & 1 rubygems