VPS数据库运行统计

VPS数据库运行统计

By admin at 2014-11-04
0人收藏 • 1942人看过

blob.pngblob.png

服务器这一年大概重启了3次吧。

1 个回复 | 最后更新于 2014-11-05
ciker
2014-11-05
#1

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


登 录


现在注册

QQ  登 录    Weibo  登 录    GitHub  登 录