mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
7 lines
107 B
Ruby
7 lines
107 B
Ruby
FactoryGirl.define do
|
|
factory :forumer do
|
|
forum
|
|
group
|
|
access Forumer::ACCESS_TOPIC
|
|
end
|
|
end
|