VPS数据库运行统计
VPS数据库运行统计
By admin
at 2014-11-04
0人收藏 • 1942人看过
服务器这一年大概重启了3次吧。
- 登录后方可回帖
1 个回复 | 最后更新于 2014-11-05
class Comment < ActiveRecord::Base validates :content, presence: true belongs_to :user belongs_to :topic, counter_cache: true, touch: true scope :valid, -> { where(trashed: false) } end
test