21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-25 21:40:49 +02:00

SSL Sync at creation

This commit is contained in:
Colin Darie 2018-07-05 16:01:36 +02:00
parent d83f618fe2
commit 5117ee1e89
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -101,6 +101,7 @@ class Check < ApplicationRecord
return unless saved_changes.key?("domain")
WhoisSyncJob.perform_later(id) if domain?
SSLSyncJob.perform_later(id) if ssl?
end
def reset_notifications