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