# frozen_string_literal: true
module ApplicationHelper
include Pagy::Frontend
delegate :filter_params, to: :controller
end