class Pagy

def label_for(page)

Allow the customization of the output (overridden by the calendar extra)
def label_for(page)
  page.to_s
end