mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-02 14:31:43 +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
|