profiles.yml 423 Bytes
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
johndoe:
  id: 1
  name: 'John Doe'
  identifier: johndoe
  virtual_community_id: 1
  owner_id: 1
  template: 'default'
  icons_theme: 'default'
  theme: 'default'
joerandomhacker:
  id: 2
  name: 'Joe Random Hacker'
  identifier: joerandomhacker
  virtual_community_id: 1
  owner_id: 2
  template: 'simple'
  icons_theme: 'simple'
  theme: 'simple'