阅读背景:

验证依赖于其他模型的活动记录的模型值?

来源:互联网 

I have two models:

我有两个型号:

class Category < ActiveRecord::Base
  has_one :weight
  after_create :create_category_weight

  def create_category_weight
    self.weight = Weight.new :value => 1/Category.count
  end

end
class Category <



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: