fix(after_party): BatchUpdateDatetimeValueJob -> BatchUpdateDatetimeValuesJob
This commit is contained in:
parent
736527b946
commit
bb6c53abaa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace :after_party do
|
|||
|
||||
# Put your task implementation HERE.
|
||||
Champs::DatetimeChamp.in_batches do |datetime_champs|
|
||||
Migrations::BatchUpdateDatetimeValueJob.perform_later(datetime_champs.pluck(:id))
|
||||
Migrations::BatchUpdateDatetimeValuesJob.perform_later(datetime_champs.pluck(:id))
|
||||
end
|
||||
|
||||
# Update task as completed. If you remove the line below, the task will
|
||||
|
|
Loading…
Reference in a new issue