Sha256: ea2472caad89619c96dec5ffa3a9ef341b66da4c86b127ea6c46297ff2317c80

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

class EventImportFileQueue
  @queue = :event_import_file

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre24 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre23 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre22 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre21 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre20 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre19 app/workers/event_import_file_queue.rb
enju_event-0.1.17.pre18 app/workers/event_import_file_queue.rb