aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/fixtures/users.yml
blob: a97d8c848616fc07ab5b2e58f51f9590fb603b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
user1:
  id: 1
  name: Kent
  active: 1
  created_on: <%= Date.today %>
user2:
  id: 2
  name: David
  active: 1
  created_on: <%= Date.today %>