3 4 5
# File 'lib/viitenumero/viite_validator.rb', line 3 def validate_each(record, attribute, value) record.errors[attribute] << (options[:message] || 'on virheellinen') unless Viite.valid?(value) end