Class: EventExportFileJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- EventExportFileJob
- Defined in:
- app/jobs/event_export_file_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(event_export_file) ⇒ Object
4 5 6 |
# File 'app/jobs/event_export_file_job.rb', line 4 def perform(event_export_file) event_export_file.export! end |