use super instead of run_at
This commit is contained in:
parent
120fbb0ef7
commit
3a82558c3f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class BatchOperation < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def finished_at
|
def finished_at
|
||||||
dossiers.empty? ? run_at : nil
|
dossiers.empty? ? super : nil
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Add table
Reference in a new issue