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