validators.rb revision 35846855311c07295957e6bae381aa5c07392de2
"must have value of one of the classes: #{options[:in]}"
end
end
end
end
record.errors.add attribute, 'is not a directory'
end
end
end
'all elements must not be blank'
end
end
end
'all elements must be email addresses'
end
end
end
end
"all elements must have those keys: #{options[:keys]}"
end
end
end
fqdn =
if options[:hostname].respond_to?(:call)
else
end
"email adress must belong to the fully qualified domain name '#{fqdn}'."
end
end
end
record.errors.add attribute, "must be an executable file: #{value}"
end
end
end
end