Disable pagination links via config

This commit is contained in:
Lee Richmond
2016-09-06 13:28:09 -04:00
parent 050060478d
commit 19b5abf66e
4 changed files with 21 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ Features:
- [#1791](https://github.com/rails-api/active_model_serializers/pull/1791) (@bf4, @youroff, @NullVoxPopuli)
- Added `jsonapi_namespace_separator` config option.
- [#1889](https://github.com/rails-api/active_model_serializers/pull/1889) Support key transformation for Attributes adapter (@iancanderson, @danbee)
- [#1917](https://github.com/rails-api/active_model_serializers/pull/1917) Add `jsonapi_pagination_links_enabled` configuration option (@richmolj)
Fixes: