Fix namespace lookup for collections and has_many (#1973)

This commit is contained in:
Yohan Robert
2016-11-15 14:35:58 +01:00
committed by L. Preston Sego III
parent c9a96a05ed
commit d0de53cbb2
3 changed files with 58 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ Breaking changes:
Fixes:
- [#1973](https://github.com/rails-api/active_model_serializers/pull/1973) Fix namespace lookup for collections and has_many relationships (@groyoh)
- [#1887](https://github.com/rails-api/active_model_serializers/pull/1887) Make the comment reflect what the function does (@johnnymo87)
- [#1890](https://github.com/rails-api/active_model_serializers/issues/1890) Ensure generator inherits from ApplicationSerializer when available (@richmolj)
- [#1922](https://github.com/rails-api/active_model_serializers/pull/1922) Make railtie an optional dependency in runtime (@ggpasqualino)