Add RPG carte source
This commit is contained in:
parent
7ffbe417f9
commit
5a8a4b393f
12 changed files with 71 additions and 5 deletions
|
@ -10,7 +10,8 @@ module ChampHelper
|
|||
position: champ.position,
|
||||
selection: champ.value.present? ? JSON.parse(champ.value) : [],
|
||||
quartiersPrioritaires: champ.quartiers_prioritaires? ? champ.quartiers_prioritaires : [],
|
||||
cadastres: champ.cadastres? ? champ.cadastres : []
|
||||
cadastres: champ.cadastres? ? champ.cadastres : [],
|
||||
parcellesAgricoles: champ.parcelles_agricoles? ? champ.parcelles_agricoles : []
|
||||
}.to_json)
|
||||
# rubocop:enable Rails/OutputSafety
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue