mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
abe8fa73a9
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
12 lines
177 B
YAML
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 %>
|