# frozen_string_literal: true

module ClientSideValidations
  module ActiveModel
    module Acceptance
      private

      def message_type
        :accepted
      end
    end
  end
end
