mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 05:21:19 +00:00
8 lines
107 B
Ruby
8 lines
107 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :forumer do
|
||
|
forum
|
||
|
group
|
||
|
access Forumer::ACCESS_TOPIC
|
||
|
end
|
||
|
end
|