Fixed a documentation error regarding adapter key constant, added tests

for SerializableResource::use_adapter?
This commit is contained in:
bobba surendranath chowdary
2016-02-06 23:10:51 +05:30
parent f32c0d97d5
commit 68f09e59c4
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: