Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top