otwarchive-sunsetarchive/factories/prompt_restriction.rb

7 lines
81 B
Ruby
Raw Permalink Normal View History

2026-03-17 05:16:49 +00:00
require 'faker'
FactoryBot.define do
factory :prompt_restriction do
end
end