Do not show explication fields to gestionnaires
This commit is contained in:
parent
9578e8d524
commit
c586474a45
4 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue