Sha256: 90b6f86875856f721fb8065085fd8890260df01e9b66b04b3f7e2234d4846579

Contents?: true

Size: 232 Bytes

Versions: 9

Compression:

Stored size: 232 Bytes

Contents

class Brief::Apps::Blueprint::Concept
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    projects
    personas
  end

  content do
    title "h1:first-of-type"
    paragraph "p:first-of-type"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
brief-1.12.7 apps/blueprint/models/concept.rb
brief-1.12.6 apps/blueprint/models/concept.rb
brief-1.12.5 apps/blueprint/models/concept.rb
brief-1.12.4 apps/blueprint/models/concept.rb
brief-1.12.3 apps/blueprint/models/concept.rb
brief-1.12.2 apps/blueprint/models/concept.rb
brief-1.12.1 apps/blueprint/models/concept.rb
brief-1.12.0 apps/blueprint/models/concept.rb
brief-1.11.10 apps/blueprint/models/concept.rb