Class: Translated::SyncAllTranslationsJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/translated/sync_all_translations_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/jobs/translated/sync_all_translations_job.rb', line 7

def perform
  TranslatedTextField.sync_all
end