add api_carto on back office and recapitulative page
This commit is contained in:
parent
ce6af625d2
commit
61b126b0f9
8 changed files with 74 additions and 27 deletions
|
@ -4,6 +4,10 @@ FactoryGirl.define do
|
|||
libelle 'Demande de subvention'
|
||||
description "Demande de subvention à l'intention des associations"
|
||||
|
||||
trait :with_api_carto do
|
||||
use_api_carto true
|
||||
end
|
||||
|
||||
trait :with_type_de_champ do
|
||||
after(:build) do |procedure, _evaluator|
|
||||
type_de_champ = create(:type_de_champ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue