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