Sha256: 75cb0ea6a95f07b08759c94ed56e8ab380c32c20b1724baf9a0ee5faecf48021

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 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
#

complete:
  id: 1
  position: 1
  key: complete
  description: complete
incomplete:
  id: 2
  position: 2
  key: incomplete
  description: interview is incomplete
scheduled:
  id: 3
  position: 3
  key: scheduled
  description: interview has been scheduled
pending:
  id: 4
  position: 4
  key: pending
  description: pending

Version data entries

1 entries across 1 versions & 1 rubygems

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