Sha256: f14c68a2dc1b891e790844875087f9272dac384ef8684183d4b9304536e79fcf
Contents?: true
Size: 310 Bytes
Versions: 18
Compression:
Stored size: 310 Bytes
Contents
class Brief::Apps::Blueprint::Milestones include Brief::Model 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
18 entries across 18 versions & 1 rubygems