Class: Domain::DestroyJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/domain/destroy_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(host) ⇒ Object



4
5
6
# File 'app/jobs/domain/destroy_job.rb', line 4

def perform(host)
  Record.destroy_all_host!(host)
end