mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-10 19:27:01 +02:00
Add option 'at'
This commit is contained in:
@@ -2,7 +2,7 @@ module Periodicity
|
||||
module Extensions
|
||||
class ActiveJob
|
||||
def self.perform_every(period, *args)
|
||||
@period = period
|
||||
@period = Period.new(period, *args)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user