4 lines
72 B
Ruby
4 lines
72 B
Ruby
module ApplicationHelper
|
|
include Pagy::Frontend if defined?(Pagy)
|
|
end
|
module ApplicationHelper
|
|
include Pagy::Frontend if defined?(Pagy)
|
|
end
|