class Foo extend ActiveModel::Callbacks include ActiveModel::Validations include ActiveModel::Validations::Callbacks before_validation :bar def bar # callback logic here end end
重要的是你有顺序的一切.