mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #2077 from lvela/patch-1
Correct docs on using `JSON` adapter [ci skip]
This commit is contained in:
commit
e325b329d0
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user