instiki/vendor/rails/actionwebservice/test/fixtures/users.yml

11 lines
145 B
YAML
Raw Normal View History

2007-01-22 14:43:50 +01:00
user1:
id: 1
name: Kent
active: 1
created_on: <%= Date.today %>
user2:
id: 2
name: David
active: 1
created_on: <%= Date.today %>