Format all attr_to_fetch methods the same way
This commit is contained in:
parent
b479833699
commit
de483ac0f6
1 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,10 @@ class ApiEntreprise::ExercicesAdapter
|
|||
end
|
||||
|
||||
def attr_to_fetch
|
||||
[:ca, :date_fin_exercice, :date_fin_exercice_timestamp]
|
||||
[
|
||||
:ca,
|
||||
:date_fin_exercice,
|
||||
:date_fin_exercice_timestamp
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue