do not show archived templates when importing contract templates

This commit is contained in:
bilal
2020-06-17 12:20:50 +02:00
parent a7b90c223b
commit 94b417d4c4
4 changed files with 36 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ FactoryBot.define do
guardian_clause "Is the signer a minor?"
fee "$0.00"
trait :archived do
archived_at Time.zone.now
end
factory :appearance_release_contract_template do
release_type "appearance"
end