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.9.6 spec/fixtures/example/models/concept.rb
brief-1.9.4 spec/fixtures/example/models/concept.rb
brief-1.9.3 spec/fixtures/example/models/concept.rb
brief-1.9.2 spec/fixtures/example/models/concept.rb
brief-1.9.1 spec/fixtures/example/models/concept.rb
brief-1.9.0 spec/fixtures/example/models/concept.rb
brief-1.8.12 spec/fixtures/example/models/concept.rb
brief-1.8.11 spec/fixtures/example/models/concept.rb
brief-1.8.10 spec/fixtures/example/models/concept.rb
brief-1.8.9 spec/fixtures/example/models/concept.rb
brief-1.8.8 spec/fixtures/example/models/concept.rb
brief-1.8.6 spec/fixtures/example/models/concept.rb
brief-1.8.5 spec/fixtures/example/models/concept.rb
brief-1.8.4 spec/fixtures/example/models/concept.rb
brief-1.8.3 spec/fixtures/example/models/concept.rb
brief-1.8.2 spec/fixtures/example/models/concept.rb
brief-1.8.1 spec/fixtures/example/models/concept.rb
brief-1.8.0 spec/fixtures/example/models/concept.rb
brief-1.7.3 spec/fixtures/example/models/concept.rb
brief-1.7.2 spec/fixtures/example/models/concept.rb