Sha256: 7be42395f877ecc4210e38061ea673bee4ccc26ae48c6049ddad20ed0206a134
Contents?: true
Size: 265 Bytes
Versions: 16
Compression:
Stored size: 265 Bytes
Contents
class <%= user.to_s.camelize %>Permit < CanTango::UserPermit def initialize ability super end protected def permit_rules # insert your can, cannot and any other rule statements here <%= permit_logic.strip %> <%= license_logic %> end end
Version data entries
16 entries across 16 versions & 1 rubygems