# File lib/aws/record/validations.rb, line 499 def validates_inclusion_of *attributes validators << InclusionValidator.new(self, *attributes) end