mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update email_worker.rb
This commit is contained in:
@@ -15,8 +15,8 @@ class EmailWorker
|
||||
def perform(email, count)
|
||||
# email something
|
||||
end
|
||||
end
|
||||
|
||||
every :sunday do # Many shortcuts available: :hour, :day, :month, :year, :reboot
|
||||
runner "EmailWorker.perform_async"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user