Sha256: 022767dfb47072246238c50f6879494c6f63e40797856859c5e1be248bae3f74
Contents?: true
Size: 247 Bytes
Versions: 44
Compression:
Stored size: 247 Bytes
Contents
module AdminAccountPermits class EditorRolePermit < CanTango::RolePermit def initialize ability super end protected def static_rules can :read, [Comment, Post, Article] can :create, Article end end end
Version data entries
44 entries across 22 versions & 1 rubygems