# File lib/dm-validations/validators/within_validator.rb, line 69 def validates_within(*fields) validators.add(WithinValidator, *fields) end