From c377b7e31de78bbc1a1da1f284a4868da750b7f8 Mon Sep 17 00:00:00 2001 From: lvela Date: Mon, 13 Mar 2017 14:21:56 -0500 Subject: [PATCH] Correct info on using `JSON` adapter I think this needs to be changed (based on info above). --- docs/howto/add_pagination_links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/add_pagination_links.md b/docs/howto/add_pagination_links.md index 69d290c2..e2792383 100644 --- a/docs/howto/add_pagination_links.md +++ b/docs/howto/add_pagination_links.md @@ -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.