Extend serializer lookup to the parent serializer.

This commit is contained in:
Lucas Hosseini
2015-10-02 16:18:25 +02:00
parent d02cd30fe5
commit 9147469842
7 changed files with 160 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ Breaking changes:
Features:
- [#1225](https://github.com/rails-api/active_model_serializers/pull/1125) Better serializer lookup, use nested serializer when it exists (@beauby)
- [#1172](https://github.com/rails-api/active_model_serializers/pull/1172) Better serializer registration, get more than just the first module (@bf4)
- [#1158](https://github.com/rails-api/active_model_serializers/pull/1158) Add support for wildcards in `include` option (@beauby)
- [#1127](https://github.com/rails-api/active_model_serializers/pull/1127) Add support for nested