This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8d6093f1b9
socialforge
/
spec
/
factories
/
org_members.rb
9 lines
114 B
Ruby
Raw
Normal View
History
Unescape
Escape
代码重置
2016-03-11 10:18:10 +08:00
FactoryGirl
.
define
do
factory
:org_member
do
user_id
1
organization_id
1
role
"
MyString
"
end
end