mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Correct info on using JSON adapter
I think this needs to be changed (based on info above).
This commit is contained in:
parent
87e929a255
commit
c377b7e31d
@ -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