Enable the Layout/FirstArrayElementLineBreak cop
This commit is contained in:
parent
8f08e2fdf9
commit
08ed400ec2
17 changed files with 201 additions and 149 deletions
|
@ -30,9 +30,11 @@ class ProcedureOverview
|
|||
end
|
||||
|
||||
def had_some_activities?
|
||||
[@dossiers_en_instruction_count,
|
||||
@dossiers_en_construction_count,
|
||||
@created_dossiers_count].reduce(:+) > 0
|
||||
[
|
||||
@dossiers_en_instruction_count,
|
||||
@dossiers_en_construction_count,
|
||||
@created_dossiers_count
|
||||
].reduce(:+) > 0
|
||||
end
|
||||
|
||||
def dossiers_en_construction_description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue