Validate the uniqueness of a field
# File lib/dm-validations/validators/uniqueness_validator.rb, line 60 def validates_uniqueness_of(*fields) validators.add(UniquenessValidator, *fields) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.