Sha256: 71a615d04edf939d8d16a072a92c69c2394bff046c25054996e73ed4de77c3f8

Contents?: true

Size: 161 Bytes

Versions: 6

Compression:

Stored size: 161 Bytes

Contents

class EventImportFileQueue
  @queue = :enju_leaf

  def self.perform(event_import_file_id)
    EventImportFile.find(event_import_file_id).import_start
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_event-0.1.19 app/workers/event_import_file_queue.rb
enju_event-0.1.18 app/workers/event_import_file_queue.rb
enju_event-0.1.17 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre27 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre26 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre25 app/workers/event_import_file_queue.rb