Sha256: 5a614e4bb8a6da17ffa7985a9a386c393563c7fa7fe025f2ac190c23b8c35e7f

Contents?: true

Size: 309 Bytes

Versions: 29

Compression:

Stored size: 309 Bytes

Contents

class Brief::Concept
  include Brief::Model

  meta do
    title
    needle
    subheading
    status String, :in => %w(draft published)
  end

  content do
    title "h1:first-of-type"
  end

  new_doc_template do
    "The concept new doc template"
  end

  new_doc_name do
    "somecustomname.md"
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
brief-1.15.2 spec/fixtures/example/models/concept.rb
brief-1.15.1 spec/fixtures/example/models/concept.rb
brief-1.15.0 spec/fixtures/example/models/concept.rb
brief-1.14.3 spec/fixtures/example/models/concept.rb
brief-1.14.2 spec/fixtures/example/models/concept.rb
brief-1.14.1 spec/fixtures/example/models/concept.rb
brief-1.14.0 spec/fixtures/example/models/concept.rb
brief-1.13.2 spec/fixtures/example/models/concept.rb
brief-1.13.1 spec/fixtures/example/models/concept.rb