Add Model#attributes helper; make test attributes explicit

This commit is contained in:
Benjamin Fleischer
2017-01-07 17:21:33 -06:00
parent 85dfef9072
commit d5babdd060
30 changed files with 524 additions and 308 deletions

View File

@@ -6,10 +6,14 @@ Breaking changes:
Features:
- [#2021](https://github.com/rails-api/active_model_serializers/pull/2021) ActiveModelSerializers::Model#attributes. (@bf4)
Fixes:
Misc:
- [#2021](https://github.com/rails-api/active_model_serializers/pull/2021) Make test attributes explicit. Tests have Model#associations. (@bf4)
### [v0.10.4 (2017-01-06)](https://github.com/rails-api/active_model_serializers/compare/v0.10.3...v0.10.4)
Misc: