Files
crono/lib/periodicity/extensions/active_job.rb
Dzmitry Plashchynski cfe3057e57 add skeleton
2015-02-28 21:32:44 +02:00

9 lines
126 B
Ruby

module Periodicity
module Extensions
class ActiveJob
def perform_every(period, *args)
end
end
end
end