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.7.1 spec/fixtures/example/models/concept.rb
brief-1.7.0 spec/fixtures/example/models/concept.rb
brief-1.6.1 spec/fixtures/example/models/concept.rb
brief-1.6.0 spec/fixtures/example/models/concept.rb
brief-1.5.2 spec/fixtures/example/models/concept.rb
brief-1.5.1 spec/fixtures/example/models/concept.rb