Sha256: cc0fc4f7b080408723020729fef6ce206d7c01993a90c0a193c4c7660e93b219
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
class <%= name.to_s.camelize %>License < CanTango::PermitEngine::License def initialize name super end def permit_rules <%= rules_logic.strip %> <%= license_logic %> end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-0.8.0 | lib/generators/cantango/license/templates/license.erb |