We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JSON
1 parent 87e929a commit c377b7eCopy full SHA for c377b7e
docs/howto/add_pagination_links.md
@@ -72,7 +72,7 @@ ActiveModelSerializers pagination relies on a paginated collection with the meth
72
73
### JSON adapter
74
75
-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.
76
77
Add this method to your base API controller.
78
0 commit comments