Merge pull request #2077 from lvela/patch-1

Correct docs on using `JSON` adapter [ci skip]
This commit is contained in:
Benjamin Fleischer 2017-03-13 16:06:21 -05:00 committed by GitHub
commit e325b329d0

View File

@ -72,7 +72,7 @@ ActiveModelSerializers pagination relies on a paginated collection with the meth
### JSON adapter
If you are using `JSON` adapter, pagination links will not be included automatically, but it is possible to do so using `meta` key.
If you are not using `JSON` adapter, pagination links will not be included automatically, but it is possible to do so using `meta` key.
Add this method to your base API controller.