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
125f00689b
socialforge
/
spec
/
factories
/
system_messages.rb
9 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
添加功能:管理员界面发送系统消息
2015-09-09 17:05:32 +08:00
FactoryGirl
.
define
do
添加系统消息单独新页面
2015-09-17 14:41:03 +08:00
factory
:system_messages
do
添加功能:管理员界面发送系统消息
2015-09-09 17:05:32 +08:00
id
1
user_id
1
content
"
MyString
"
end
end