diff --git a/README.md b/README.md index 76fe1831..9123437c 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,7 @@ end ``` Within a serializer's methods, you can access the object being -serialized as either `object` or the name of the serialized object -(e.g. `admin_comment` for the `AdminCommentSerializer`). +serialized as `object`. You can also access the `scope` method, which provides an authorization context to your serializer. By default, scope