Class: IndexFirmJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/index_firm_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(firm) ⇒ Object



2
3
4
# File 'app/jobs/index_firm_job.rb', line 2

def perform(firm)
  FirmRepository.new.store(firm)
end