6 lines
77 B
Ruby
6 lines
77 B
Ruby
FactoryBot.define do
|
|
factory(:post_appeal) do
|
|
reason {"xxx"}
|
|
end
|
|
end
|