سؤال

If I have some CustomValidator, and following validation in model

validates :fieldname, :custom => true

How can I access :fieldname or true? Validator only takes object (def validate(record)) and I can't use EachValidator.

هل كانت مفيدة؟

المحلول

OK, I know: self.options[:attributes]

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top