module Pagy::CalendarExtra::Backend

def pagy_calendar_period(*)

This method must be implemented by the application
def pagy_calendar_period(*)
  raise NoMethodError, 'the pagy_calendar_period method must be implemented by the application ' \
                       '(see https://ddnexus.github.io/pagy/docs/extras/calendar/#pagy-calendar-period-collection)'
end