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.17.14 spec/fixtures/example/models/concept.rb
brief-1.17.13 spec/fixtures/example/models/concept.rb
brief-1.17.12 spec/fixtures/example/models/concept.rb
brief-1.17.11 spec/fixtures/example/models/concept.rb
brief-1.17.10 spec/fixtures/example/models/concept.rb
brief-1.17.9 spec/fixtures/example/models/concept.rb
brief-1.17.8 spec/fixtures/example/models/concept.rb
brief-1.17.7 spec/fixtures/example/models/concept.rb
brief-1.17.5 spec/fixtures/example/models/concept.rb
brief-1.17.4 spec/fixtures/example/models/concept.rb
brief-1.17.3 spec/fixtures/example/models/concept.rb
brief-1.17.2 spec/fixtures/example/models/concept.rb
brief-1.17.1 spec/fixtures/example/models/concept.rb
brief-1.17.0 spec/fixtures/example/models/concept.rb
brief-1.16.2 spec/fixtures/example/models/concept.rb
brief-1.16.1 spec/fixtures/example/models/concept.rb
brief-1.16.0 spec/fixtures/example/models/concept.rb
brief-1.15.5 spec/fixtures/example/models/concept.rb
brief-1.15.4 spec/fixtures/example/models/concept.rb
brief-1.15.3 spec/fixtures/example/models/concept.rb