Sha256: 95a4811c4402ea9d9915332b5c9247696fd80bda66c4dcfe22c0a6901584403b

Contents?: true

Size: 226 Bytes

Versions: 10

Compression:

Stored size: 226 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

  prompt do
    "asdf"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
brief-1.12.9 spec/fixtures/example/models/concept.rb
brief-1.12.8 spec/fixtures/example/models/concept.rb
brief-1.12.7 spec/fixtures/example/models/concept.rb
brief-1.12.6 spec/fixtures/example/models/concept.rb
brief-1.12.5 spec/fixtures/example/models/concept.rb
brief-1.12.4 spec/fixtures/example/models/concept.rb
brief-1.12.3 spec/fixtures/example/models/concept.rb
brief-1.12.2 spec/fixtures/example/models/concept.rb
brief-1.12.1 spec/fixtures/example/models/concept.rb
brief-1.12.0 spec/fixtures/example/models/concept.rb