Enable Style/SymbolProc
This commit is contained in:
parent
7e4268db67
commit
d9d4f6fe20
16 changed files with 17 additions and 26 deletions
|
@ -1,7 +1,5 @@
|
|||
namespace :'2018_06_04_scan_pjs' do
|
||||
task scan_all: :environment do
|
||||
Champs::PieceJustificativeChamp.all.each do |pj_champ|
|
||||
pj_champ.create_virus_scan
|
||||
end
|
||||
Champs::PieceJustificativeChamp.all.each(&:create_virus_scan)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue