Make the task name match the filename
This commit is contained in:
parent
7a73db54c8
commit
161ad8151b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace :'2018_06_05_resend_attestation' do
|
||||
namespace :'2018_06_05_resend_attestations' do
|
||||
task set: :environment do
|
||||
procedure = Procedure.find(4247)
|
||||
dossiers = procedure.dossiers.includes(:attestation).where(state: 'accepte').select do |d|
|
||||
|
|
Loading…
Reference in a new issue