mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-22 08:48:38 +02:00
add skeleton
This commit is contained in:
8
lib/periodicity/extensions/active_job.rb
Normal file
8
lib/periodicity/extensions/active_job.rb
Normal file
@@ -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