mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-19 07:29:54 +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
|