# File lib/dm-validations/auto_validate.rb, line 165 def infer_within_validation_for(property, options) return unless property.options.key?(:set) options[:set] = property.options[:set] validates_within property.name, options_with_message(options, property, :within) end