mirror of
https://github.com/plashchynski/crono.git
synced 2026-06-12 09:44:27 +02:00
9 lines
126 B
Ruby
9 lines
126 B
Ruby
module Periodicity
|
|
module Extensions
|
|
class ActiveJob
|
|
def perform_every(period, *args)
|
|
end
|
|
end
|
|
end
|
|
end
|