profiles.yml 1002 Bytes
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
johndoe:
  id: 1
  name: 'John Doe'
  type: 'Person' 
  identifier: johndoe
  environment_id: 1
  user_id: 1
joerandomhacker:
  id: 2
  name: 'Joe Random Hacker'
  type: 'Person'
  identifier: joerandomhacker
  environment_id: 1
  user_id: 2
john_and_joe:
  id: 3
  name: "John and Joe's Production Cooperative"
  type: 'Person'
  identifier: john_and_joe
  environment_id: 1
ze:
  id: 4
  name: "Zé"
  type: 'Person'
  user_id: 3
  identifier: ze
  environment_id: 1
  data: {
    :person_id: 4,
    :address: "house of the hat",
    :contact_information: "Pavilhão 9, Quadrante 13, Esquina com Avenida das Alamedas, 467, fundos, falar com Dona Ivete após as 16",
    :created_at: '2007-12-01'
  }
  home_page_id: 1
colivre:
  id: 5
  name: "cooptec_livre"
  type: 'Enterprise'
  identifier: 'colivre'
  environment_id: 1
empreendimentoB:
  id: 6
  name: "emp B"
  type: 'Enterprise'
  identifier: "empb"
  environment_id: 1