This website requires JavaScript.
Explore
Help
Sign In
p23041857
/
final
Watch
1
Star
0
Fork
You've already forked final
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
23b04a10e2
final
/
app
/
models
/
article_star.rb
4 lines
96 B
Ruby
Raw
Normal View
History
Unescape
Escape
数据库表
2015-12-07 04:43:35 +08:00
class
ArticleStar
<
ActiveRecord
::
Base
完善model类,加入检验判断
2015-12-20 05:54:47 +08:00
belongs_to
:article
,
counter_cache
:
'star_count'
数据库表
2015-12-07 04:43:35 +08:00
end