Sha256: 1e77aca4a6f3adb1b116174d7327f5597fdd8900cb097b2c65441d6162769b99

Contents?: true

Size: 931 Bytes

Versions: 1

Compression:

Stored size: 931 Bytes

Contents

#
#	Do not change id or key
#		'id' could be referenced by existing data
#		'key' is used in the rails code for searching 
#
#	Be Advised.  Yaml fixture labels MUST BE UNIQUE.
#		If a label is repeated, only the last one will exist.
#
#	Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#
unknown:
  id: 1
  key: unknown
  description: Unknown relationship to subject
mother:
  id: 2
  key: mother
  description: Subject's mother
father:
  id: 3
  key: father
  description: Subject's father
grandparent:
  id: 4
  key: grandparent
  description: Subject's grandparent
foster:
  id: 5
  key: foster
  description:  Subject's foster parent
twin:
  id: 6
  key: twin
  description:  Subject's twin
other:
  id: 7
  key: other
  description:  Other relationship to Subject
sibling:
  id: 8
  key: sibling
  description: Subject's sibling
stepparent:
  id: 9
  key: stepparent
  description: Subject's step parent

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 generators/ccls_engine/templates/fixtures/subject_relationships.yml