Sha256: 1b07831ed3832b24f88c57cbb58ca10d0eb2f768ef9ed63a04c423600fee9536

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

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
#
busy:
  id: 1
  position: 1
  key: busy
  description: too busy
problems:
  id: 2
  position: 2 
  key: problems
  description: problems with the study
moving:
  id: 3
  position: 3
  key: moving
  description: subject is moving
enough:
  id: 4
  position: 4
  key: enough
  description: tier i/ii was enough
personal:
  id: 5
  position: 5
  key: personal
  description: personal issues
deceased:
  id: 6
  position: 6
  key: deceased
  description: subject child has died
other:
  id: 7
  position: 7
  key: other
  description: other reason for refusal
legacy:
  id: 777
  position: 9
  key: legacy
  description: legacy data import
refused:
  id: 888
  position: 8
  key: refused
  description: refused to state

Version data entries

1 entries across 1 versions & 1 rubygems

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