Class: Translated::SyncAllTranslationsJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- Translated::SyncAllTranslationsJob
- Defined in:
- app/jobs/translated/sync_all_translations_job.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'app/jobs/translated/sync_all_translations_job.rb', line 7 def perform TranslatedTextField.sync_all end |