Sha256: cc02b0e44a81963b60b21423e8f81dd1f4886fbf80d2e943db187bd09040d4ce

Contents?: true

Size: 196 Bytes

Versions: 46

Compression:

Stored size: 196 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
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
brief-1.11.10 spec/fixtures/example/models/concept.rb
brief-1.11.9 spec/fixtures/example/models/concept.rb
brief-1.11.8 spec/fixtures/example/models/concept.rb
brief-1.11.7 spec/fixtures/example/models/concept.rb
brief-1.11.6 spec/fixtures/example/models/concept.rb
brief-1.11.5 spec/fixtures/example/models/concept.rb
brief-1.11.4 spec/fixtures/example/models/concept.rb
brief-1.11.3 spec/fixtures/example/models/concept.rb
brief-1.11.2 spec/fixtures/example/models/concept.rb
brief-1.11.1 spec/fixtures/example/models/concept.rb
brief-1.11.0 spec/fixtures/example/models/concept.rb
brief-1.10.1 spec/fixtures/example/models/concept.rb
brief-1.10.0 spec/fixtures/example/models/concept.rb
brief-1.9.14 spec/fixtures/example/models/concept.rb
brief-1.9.13 spec/fixtures/example/models/concept.rb
brief-1.9.12 spec/fixtures/example/models/concept.rb
brief-1.9.11 spec/fixtures/example/models/concept.rb
brief-1.9.9 spec/fixtures/example/models/concept.rb
brief-1.9.8 spec/fixtures/example/models/concept.rb
brief-1.9.7 spec/fixtures/example/models/concept.rb