~fabiocbalbuquerque/sahana-agasti/web-services

1.1.285 by charles wisniewski
cleaned up install a little bit, data models are only loaded once now, there is commented out code in an attempt to load fixtures that reside outside of data/config fixtures (i.e. lib/packages/packageName/data/fixtures
1
# Sample of staff data
2
3
agStaff:
4
  1: 
5
    id: 1
6
    agPerson: 1
7
  2:
8
    id: 2
9
    agPerson: 2
10
  3:
11
    id: 3
12
    agPerson: 3
13
  4:
14
    id: 4
15
    agPerson: 4
16
  5:
17
    id: 5
18
    agPerson: 5
19
  6:
20
    id: 6
21
    agPerson: 6
22
  7:
23
    id: 7
24
    agPerson: 7
25
  8:
26
    id: 8
27
    agPerson: 8
28
  9:
29
    id: 9
30
    agPerson: 9
31
  10:
32
    id: 10
33
    agPerson: 10
1.13.1 by Shirley Chan
Pre-push changes committed.
34