class Pagy

def label_for(page)

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