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-03-03 03:19:37 +00:00

10 lines
145 B
YAML

user1:
id: 1
name: Kent
active: 1
created_on: <%= Date.today %>
user2:
id: 2
name: David
active: 1
created_on: <%= Date.today %>