Merge pull request #229 from adomokos/fixing_readme

Fixing README.md
This commit is contained in:
Steve Klabnik 2013-03-13 19:04:45 -07:00
commit bf93a4d51a

View File

@ -181,7 +181,7 @@ render :json => @posts, :each_serializer => FancyPostSerializer
If you define `default_serializer_options` method in your controller,
all serializers in actions of this controller and it's children will use them.
One of options may be `root: false`
One of the options may be `root: false`
```ruby
def default_serializer_options