feat(routing): add epci to routable_types_de_champ
This commit is contained in:
parent
4d08d193ba
commit
cf7c7d9761
2 changed files with 4 additions and 2 deletions
|
@ -102,7 +102,8 @@ class TypeDeChamp < ApplicationRecord
|
|||
type_champs.fetch(:drop_down_list),
|
||||
type_champs.fetch(:communes),
|
||||
type_champs.fetch(:departements),
|
||||
type_champs.fetch(:regions)
|
||||
type_champs.fetch(:regions),
|
||||
type_champs.fetch(:epci)
|
||||
]
|
||||
|
||||
store_accessor :options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue