exchange pagination class to inside json_api scope

This commit is contained in:
Bruno Bacarini
2015-08-07 16:59:44 -03:00
parent b864302695
commit 1fe8b06986
8 changed files with 81 additions and 82 deletions

View File

@@ -283,7 +283,7 @@ If you want pagination links in your response, specify it in the `render`
AMS relies on either Kaminari or WillPaginate. Please install either dependency by adding one of those to your Gemfile.
Pagination links will only be included in your response if you are using an Adapter that supports `root`, as JsonAPI and Json adapters, the default adapter (FlattenJson) doesn't have `root`.
Pagination links will only be included in your response if you are using a JsonAPI adapter, the others adapters doesn't have this feature.
## Caching