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
8ec86a27c4
socialforge
/
app
/
models
/
share.rb
4 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
添加app\controllers\shares_controller.rb及相关文件用来作为api演示的小例子,Client.html放在根目录下作为演示客户端
2013-08-01 20:26:19 +08:00
class
Share
<
ActiveRecord
::
Base
添加分享按钮
2013-08-03 20:09:04 +08:00
attr_accessible
:created_on
,
:share_type
,
:title
,
:url
添加app\controllers\shares_controller.rb及相关文件用来作为api演示的小例子,Client.html放在根目录下作为演示客户端
2013-08-01 20:26:19 +08:00
end