Sha256: a8a58b839eb1d5010737abaf6d9e754dcd8f9ff0b27cc1c62987da29106306a6

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 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
#
home:
  id: 1
  position: 1
  key: home
  description: home
mobile:
  id: 2
  position: 2
  key: mobile
  description: mobile
work:
  id: 3
  position: 3
  key: work
  description: work
dk:
  id: 4
  position: 4
  key: unknown
  description: unknown

Version data entries

1 entries across 1 versions & 1 rubygems

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