Skip to content

Commit

Permalink
Small readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Apr 24, 2013
1 parent 749cf6b commit 96a943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can also extract attributes from array directly.

``` ruby
# @people = People.all
json.array! @people :id :name
json.array! @people, :id, :name

# => [ { "id": 1, "name": "David" }, { "id": 2, "name": "Jamie" } ]
```
Expand Down

0 comments on commit 96a943a

Please sign in to comment.