1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] fix json output

This commit is contained in:
Mikhail Dieterle 2016-02-27 09:25:35 +03:00
parent a9f50f87c3
commit d3b1eccff9

View file

@ -173,7 +173,7 @@ would produce:
```json
{
"name": "Alex",
"email: "alex@example.com"
"email": "alex@example.com"
}
```