如何在 rails STI 派生模型中禁用验证和回调?
作者:Orion Edwards 提问时间:11/11/2008
给定一个模型 class BaseModel < ActiveRecord::Base validates_presence_of :parent_id before_save :frobnic...
单表继承 问答列表
作者:Orion Edwards 提问时间:11/11/2008
给定一个模型 class BaseModel < ActiveRecord::Base validates_presence_of :parent_id before_save :frobnic...