# File lib/aws/record/validations.rb, line 246 def validates_confirmation_of *args validators << ConfirmationValidator.new(self, *args) end