You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benjamin Fleischer edited this page Jun 10, 2019
·
1 revision
Define a strict_none paginator. Nothing when offset > 0
Avoids possibly infinite pagination bugs
JSONAPI.configuredo |config|
config.default_paginator=:offset# NOTE: If we're not going to show the number, be sure# to use the paginator :strict_noneconfig.top_level_links_include_pagination=falseend