module ClientSideValidations::ActiveModel
  module Acceptance
    private

    def message_type
      :accepted
    end
  end
end

