Module: Api::PaginationConcern

Extended by:
ActiveSupport::Concern
Included in:
Captive::Api::ApplicationController
Defined in:
app/controllers/concerns/api/pagination_concern.rb

Overview

Défini le nombre max d’items par page à 100 ‘MAX_ITEMS_PAR_PAGE = 100`

Défini le nombre par défaut d’items par page à 10 DEFAULT_NB_ITEMS_PAR_PAGE = 10