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
a2a1bd2b14
wblog
/
app
/
models
/
like.rb
5 lines
87 B
Ruby
Raw
Normal View
History
Unescape
Escape
Refactor database with pg and foudation6( stage 1 )
2016-04-20 22:29:29 +08:00
class
Like
<
ApplicationRecord
like 功能后台实现
2014-03-30 23:10:26 +08:00
belongs_to
:post
validates_presence_of
:post_id
end