Sha256: 4a50b851fbcf4a41a7f9021a5b1c07372a10cfa3feb9c7992cf53891750fef9c
Contents?: true
Size: 385 Bytes
Versions: 6
Compression:
Stored size: 385 Bytes
Contents
class <%= account.to_s.camelize %>AccountPermit < CanTango::AccountPermit 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 module Cached def permit_rules end end module NonCached def permit_rules end end end
Version data entries
6 entries across 6 versions & 2 rubygems