mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-10 14:52:49 +02:00
add skeleton
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Periodicity
|
||||
module Extensions
|
||||
class ActiveJob
|
||||
def perform_every(period, *args)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user