Enable Style/UnneededInterpolation
This commit is contained in:
parent
82f0df089d
commit
ed240cb4d3
7 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@ class TypesDeChampService
|
|||
|
||||
parameters = params_with_ordered_champs
|
||||
.require(:procedure)
|
||||
.permit("#{attributes}" => [
|
||||
.permit(attributes.to_s => [
|
||||
:libelle,
|
||||
:description,
|
||||
:order_place,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue