mirror of
https://github.com/plashchynski/crono.git
synced 2026-06-12 17:54:25 +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