Sha256: f4eb343d0c712bd01cc147fe6428e47407818841563bf3a0976ee95ad49fabe1

Contents?: true

Size: 161 Bytes

Versions: 10

Compression:

Stored size: 161 Bytes

Contents

class AgentImportFileQueue
  @queue = :enju_leaf

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.2 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.1 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre71 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre70 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre69 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre68 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre67 app/workers/agent_import_file_queue.rb
enju_biblio-0.1.0.pre66 app/workers/agent_import_file_queue.rb