From e1f84c26ee8a5a04910d8d248a927846f3fd2e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Thu, 9 Jan 2014 15:23:09 +0100 Subject: [PATCH] Mention the `options` and `UrlHelpers` issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0861ded6..6bd614eb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ **master is under development, there are some incompatible changes with the current stable release.** +Since `0.8` there is no `options` accessor in the serializers. Some issues and pull-requests are attemps to bring back the ability to use Rails url helpers in the serializers, but nothing is really settled yet. + If you want to read the stable documentation visit [0.8 README](https://github.com/rails-api/active_model_serializers/blob/0-8-stable/README.md) ## Purpose