Enable Style/SymbolArray
This commit is contained in:
parent
2004b9a864
commit
c91a1cf474
7 changed files with 10 additions and 9 deletions
|
@ -23,7 +23,7 @@ namespace :'2017_12_04_translate_dossier_state_to_french' do
|
|||
Dossier.unscoped.where(state: 'without_continuation').update_all(state: 'sans_suite')
|
||||
end
|
||||
|
||||
task all: %i(brouillon en_construction en_instruction accepte refuse sans_suite) do
|
||||
task all: [:brouillon, :en_construction, :en_instruction, :accepte, :refuse, :sans_suite] do
|
||||
end
|
||||
|
||||
task revert: :environment do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue