7 lines
99 B
Ruby
7 lines
99 B
Ruby
FactoryBot.define do
|
|
factory :user_follow do
|
|
follower { nil }
|
|
followed { nil }
|
|
end
|
|
end
|