Enable the Layout/AlignParameters cop
This commit is contained in:
parent
50fad54538
commit
9439e1abb1
39 changed files with 221 additions and 220 deletions
|
@ -3,13 +3,12 @@ class ProcedureSerializer < ActiveModel::Serializer
|
|||
attribute :lien_demarche, key: :link
|
||||
|
||||
attributes :id,
|
||||
:description,
|
||||
:organisation,
|
||||
:direction,
|
||||
:archived,
|
||||
:geographic_information,
|
||||
:total_dossier
|
||||
|
||||
:description,
|
||||
:organisation,
|
||||
:direction,
|
||||
:archived,
|
||||
:geographic_information,
|
||||
:total_dossier
|
||||
|
||||
has_one :geographic_information, serializer: ModuleApiCartoSerializer
|
||||
has_many :types_de_champ, serializer: TypeDeChampSerializer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue