Merge pull request #1501 from domitian/testcases-documentation-fix

Added testcases for serializable_resource and fixed a documentation error regarding adapter key constant
This commit is contained in:
Benjamin Fleischer
2016-02-08 12:31:56 -06:00
4 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
Breaking changes:
Features:
Fixes:
- [#1501](https://github.com/rails-api/active_model_serializers/pull/1501) Adds tests for SerializableResource::use_adapter?,doc typos (@domitian)
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
Misc: