Class: AgentImportFileQueue

Inherits:
Object
  • Object
show all
Defined in:
app/workers/agent_import_file_queue.rb

Class Method Summary collapse

Class Method Details

.perform(agent_import_file_id) ⇒ Object



4
5
6
# File 'app/workers/agent_import_file_queue.rb', line 4

def self.perform(agent_import_file_id)
  AgentImportFile.find(agent_import_file_id).import_start
end