profiles.yml
1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
johndoe:
id: 1
name: 'John Doe'
identifier: johndoe
virtual_community_id: 1
profile_owner_id: 1
profile_owner_type: 'User'
flexible_template_template: 'default'
flexible_template_icon_theme: 'default'
flexible_template_theme: 'default'
joerandomhacker:
id: 2
name: 'Joe Random Hacker'
identifier: joerandomhacker
virtual_community_id: 1
profile_owner_id: 2
profile_owner_type: 'User'
flexible_template_template: 'simple'
flexible_template_icon_theme: 'simple'
flexible_template_theme: 'simple'
john_and_joe:
id: 3
name: "John and Joe's Production Cooperative"
identifier: john_and_joe
virtual_community_id: 1
flexible_template_template: 'simple'
flexible_template_icon_theme: 'simple'
flexible_template_theme: 'simple'
ze:
id: 4
name: "Zé"
identifier: ze
virtual_community_id: 1
flexible_template_template: 'default'
flexible_template_icon_theme: 'default'
flexible_template_theme: 'default'