active_model_serializers/test/action_controller
Bruno Bacarini 2c2f948fa0 Add pagination links automatically
Pagination links will be included in your response automatically as long
as the resource is paginated using Kaminari or WillPaginate
and if you are using a JSON-API adapter. The others adapters does not have this feature.
2015-08-18 19:04:04 -03:00
..
json_api Add pagination links automatically 2015-08-18 19:04:04 -03:00
adapter_selector_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00
explicit_serializer_test.rb updating tests to match new adapters structure 2015-06-15 13:39:36 -03:00
serialization_scope_name_test.rb Adjusts JsonApi adapter to serialize attributes in a nested attributes hash 2015-05-21 16:23:01 +02:00
serialization_test.rb include query_parameters on pagination links as well 2015-08-18 19:04:03 -03:00