mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove unused CRON tasks
This commit is contained in:
parent
cee51e1ac5
commit
9059779ece
4 changed files with 0 additions and 52 deletions
|
@ -209,11 +209,6 @@ class Domain < ActiveRecord::Base
|
|||
DomainCron.send(__method__)
|
||||
end
|
||||
|
||||
def self.start_delete_period
|
||||
ActiveSupport::Deprecation.instance.deprecation_warning(DomainCron, __method__)
|
||||
DomainCron.send(__method__)
|
||||
end
|
||||
|
||||
def self.destroy_delete_candidates
|
||||
ActiveSupport::Deprecation.instance.deprecation_warning(DomainCron, __method__)
|
||||
DomainCron.send(__method__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue