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.
|
# Put your task implementation HERE.
|
||||||
Champs::DatetimeChamp.in_batches do |datetime_champs|
|
Champs::DatetimeChamp.in_batches do |datetime_champs|
|
||||||
Migrations::BatchUpdateDatetimeValueJob.perform_later(datetime_champs.pluck(:id))
|
Migrations::BatchUpdateDatetimeValuesJob.perform_later(datetime_champs.pluck(:id))
|
||||||
end
|
end
|
||||||
|
|
||||||
# Update task as completed. If you remove the line below, the task will
|
# Update task as completed. If you remove the line below, the task will
|
||||||
|
|
Loading…
Add table
Reference in a new issue