7 lines
99 B
Ruby
7 lines
99 B
Ruby
FactoryBot.define do
|
|
factory(:post_flag) do
|
|
reason {"xxx"}
|
|
is_resolved {false}
|
|
end
|
|
end
|