1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionwebservice/test/fixtures/users.yml
2006-12-03 20:30:34 +00:00

12 lines
177 B
YAML

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 %>