Sha256: 390e725d8b57c629b19ac2cf84f39d6fc1ff81ce3407165945350f2d56b84ae9

Contents?: true

Size: 683 Bytes

Versions: 1

Compression:

Stored size: 683 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
#
residence:
  id: 1
  key: residence
  description: home address
mailing:
  id: 2
  key: mailing
  description: mailing address (PO Box, APO, etc.)
business:
  id: 3
  key: business
  description: business address
other:
  id: 4
  key: other
  description: some other address type
dk:
  id: 5
  key: unknown
  description: address type unknown

Version data entries

1 entries across 1 versions & 1 rubygems

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