7 lines
129 B
Ruby
7 lines
129 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ApplicationHelper
|
|
include Pagy::Frontend
|
|
|
|
delegate :filter_params, to: :controller
|
|
end
|