Merge pull request #1426 from brigade/default-include

Add a default_include_tree config variable to ActiveModel::Serializer
This commit is contained in:
L. Preston Sego III
2016-05-26 13:31:53 -04:00
7 changed files with 132 additions and 38 deletions

View File

@@ -5,6 +5,7 @@
Breaking changes:
Features:
- [#1426](https://github.com/rails-api/active_model_serializers/pull/1426) Add ActiveModelSerializers.config.default_includes (@empact)
Fixes:
- [#1710](https://github.com/rails-api/active_model_serializers/pull/1710) Prevent association loading when `include_data` option