Enable Style/TrailingCommaInArrayLiteral
This commit is contained in:
parent
a171186dd8
commit
275bb64c1f
6 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@ class ServiceDashboard < Administrate::BaseDashboard
|
|||
# Feel free to add, remove, or rearrange items.
|
||||
COLLECTION_ATTRIBUTES = [
|
||||
:nom,
|
||||
:type_organisme,
|
||||
:type_organisme
|
||||
].freeze
|
||||
|
||||
# SHOW_PAGE_ATTRIBUTES
|
||||
|
@ -46,7 +46,7 @@ class ServiceDashboard < Administrate::BaseDashboard
|
|||
:telephone,
|
||||
:horaires,
|
||||
:adresse,
|
||||
:siret,
|
||||
:siret
|
||||
].freeze
|
||||
|
||||
# FORM_ATTRIBUTES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue