This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
wblog
Watch
1
Star
0
Fork
You've already forked wblog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
wblog
/
app
/
models
/
photo.rb
4 lines
75 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Refactor database with pg and foudation6( stage 1 )
2016-04-20 22:29:29 +08:00
class
Photo
<
ApplicationRecord
支持图片上传, 增加rss订阅
2012-06-25 00:09:44 +08:00
mount_uploader
:image
,
PhotoUploader
end