Sha256: 390ba0e4369130e3977c597800ff1f5588c9f087c8f666edf76bee49192ca472
Contents?: true
Size: 181 Bytes
Versions: 22
Compression:
Stored size: 181 Bytes
Contents
class <%= name.to_s.camelize %>License < CanTango::License def initialize name super end def permit_rules <%= rules_logic.strip %> <%= license_logic %> end end
Version data entries
22 entries across 22 versions & 2 rubygems