Merge pull request #101 from teeparham/patch-1

fix typo in README
This commit is contained in:
José Valim 2012-07-24 00:57:46 -07:00
commit 3f75c14267

View File

@ -145,7 +145,7 @@ render :json => @posts, :root => false
```ruby
class CustomArraySerializer < ActiveModel::ArraySerializer
self.root = "items"
self.root = false
end
# controller: