Sha256: 8c2f4d4ceaaaecb331da381d12e9279ba2577e56962cd2fae4c8732852ad3805
Contents?: true
Size: 342 Bytes
Versions: 16
Compression:
Stored size: 342 Bytes
Contents
class Brief::Apps::Blueprint::Milestone include Brief::Model defined_in Pathname(__FILE__) meta do title number due_date end content do title "h1:first-of-type", :hide => true paragraph "p:first-of-type" paragraphs "p" yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true end end
Version data entries
16 entries across 16 versions & 1 rubygems