# File lib/aws/record/validations.rb, line 222 def validates_acceptance_of *args validators << AcceptanceValidator.new(self, *args) end