Enable the Layout/SpaceAfterColon cop
This commit is contained in:
parent
e8422d3904
commit
f605cd35ac
6 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace :'2017_10_30_copy_commentaire_piece_justificative_to_file' do
|
||||
task set: :environment do
|
||||
commentaires_to_process = Commentaire.where(file:nil).where.not(piece_justificative_id: nil).reorder(id: :desc)
|
||||
commentaires_to_process = Commentaire.where(file: nil).where.not(piece_justificative_id: nil).reorder(id: :desc)
|
||||
|
||||
puts "#{commentaires_to_process.count} commentaires to process..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue