Files
docuseal/spec/factories/template_accesses.rb
T
2025-05-20 19:36:45 +03:00

9 lines
114 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :template_access do
template
user
end
end