Sha256: 78ee47d5ef2129355537b9c803cae3196f499b7dcc8567f5afe1efdf6c6bafba

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 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
#
tier1:
  id: 1
  key: Tier_1
  position: 5
  description: CCLS Tier 1 study
tier2:
  id: 2
  key: Tier_2
  position: 4
  description: CCLS Tier 2 study
EMF:
  id: 3
  key: EMF
  position: 3
  description: EMF testing study
HomeExposures:
  id: 4
  key: HomeExposures
  position: 2
  description: Follow-up Home Exposure study
other:
  id: 5
  key: other
  position: 6
  description: Other
dk:
  id: 6
#  key: 999
  key: dk
  position: 8
  description: "Don't Know"
nonspecific:
  id: 7
  key: non-specific
  position: 7
  description: Not project-specific
phase5:
  id: 8
  key: phase5
  position: 1
  description: Phase 5 of Tier 1 
phase4:
  id: 9
  key: phase4
  description: Phase 4 of Tier 1
ccls:
  id: 10
  key: ccls
  description:  General Participation in CCLS Study

Version data entries

1 entries across 1 versions & 1 rubygems

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