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
3b55e9e39b
socialforge
/
spec
/
factories
/
message_alls.rb
9 lines
118 B
Ruby
Raw
Normal View
History
Unescape
Escape
代码重置
2016-03-11 10:18:10 +08:00
FactoryGirl
.
define
do
factory
:message_all
do
user_id
1
message_id
1
message_type
"
MyString
"
end
end