Format all attr_to_fetch methods the same way

This commit is contained in:
gregoirenovel 2018-03-19 15:22:51 +01:00
parent b479833699
commit de483ac0f6

View file

@ -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