Sha256: 638a4f23671185b6f8c7eaf0fa38c0d5fe472c1ba70c71c93016a5a99f4f7914
Contents?: true
Size: 368 Bytes
Versions: 9
Compression:
Stored size: 368 Bytes
Contents
class Brief::Apps::Blueprint::Milestone include Brief::Model defined_in Pathname(__FILE__) meta do title number projects personas 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
9 entries across 9 versions & 1 rubygems