Do not show explication fields to gestionnaires

This commit is contained in:
gregoirenovel 2017-10-03 15:08:39 +02:00
parent 9578e8d524
commit c586474a45
4 changed files with 14 additions and 2 deletions

View file

@ -9,5 +9,9 @@ FactoryGirl.define do
trait :header_section do
type_de_champ { FactoryGirl.create(:type_de_champ_public, :header_section) }
end
trait :explication do
type_de_champ { FactoryGirl.create(:type_de_champ_public, :explication) }
end
end
end