Merge pull request #1912 from richmolj/generator

Ensure generator picks up ApplicationSerializer
This commit is contained in:
Lee Richmond
2016-09-06 12:42:37 -07:00
committed by GitHub
3 changed files with 24 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ Breaking changes:
Fixes:
- [#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)
Features: