otwarchive-sunsetarchive/factories/prompt_restriction.rb
2026-03-17 01:16:49 -04:00

6 lines
81 B
Ruby
Executable file

require 'faker'
FactoryBot.define do
factory :prompt_restriction do
end
end