Sha256: 91df892917be273e6efc9459492c415f8e92fa9b64a6d49b76b61d0f17919cbc

Contents?: true

Size: 976 Bytes

Versions: 1

Compression:

Stored size: 976 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
#
white:
  id: 1
  position: 1
  key: white
  code: 1
  description: White, Non-Hispanic
black:
  id: 2
  position: 2
  key: black
  code: 2
  description: Black / African American
nativeamerican:
  id: 3
  position: 3
  key: nativeamerican
  code: 3
  description: Native American
asian:
  id: 4
  position: 4
  key: asian
  code: 4
  description: Asian / Pacific Islander
other:
  id: 5
  position: 5
  key: other
  code: 7
  description: Other
dk:
  id: 6
  position: 6
  key: unknown
  code: 999
  description: Don't Know
refused:
  id: 7
  position: 7
  key: refused
  code: 888
  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/races.yml