mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
10 lines
366 B
Ruby
10 lines
366 B
Ruby
# pagy did a massive update, reworked a bunch of shit, but ahoy-captain is still using the old API
|
|
# this is a fuck ass workaround to update the version of pagy but not make ahoy-captain crash and burn builds
|
|
# https://github.com/ddnexus/pagy/releases/tag/v43.0.0
|
|
|
|
class Pagy
|
|
module Frontend
|
|
# null
|
|
end
|
|
Backend = Method unless const_defined?(:Backend)
|
|
end
|