mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
7 lines
106 B
Ruby
7 lines
106 B
Ruby
FactoryBot.define do
|
|
factory :forumer do
|
|
forum
|
|
group
|
|
access Forumer::ACCESS_TOPIC
|
|
end
|
|
end
|