Class: ResourceExportFileQueue
- Inherits:
-
Object
- Object
- ResourceExportFileQueue
- Defined in:
- app/workers/resource_export_file_queue.rb
Class Method Summary collapse
Class Method Details
.perform(resource_export_id) ⇒ Object
4 5 6 |
# File 'app/workers/resource_export_file_queue.rb', line 4 def self.perform(resource_export_id) ResourceExportFile.find(resource_export_id).export! end |