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
28d491495a
socialforge
/
app
/
models
/
attachment_history.rb
4 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
发送资源到组织功能。同时个人资源库也要添加这个功能
2015-12-29 17:13:01 +08:00
class
AttachmentHistory
<
ActiveRecord
::
Base
历史资源模型修改
2015-12-30 10:32:32 +08:00
belongs_to
:attachment
,
foreign_key
:
'attachment_id'
发送资源到组织功能。同时个人资源库也要添加这个功能
2015-12-29 17:13:01 +08:00
end