Skudo/infopark-crm-helpers

View on GitHub
lib/crm/helpers/validators/crm_each_validator.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Crm
  module Helpers
    module Validators
      class CrmEachValidator < ActiveModel::EachValidator
        include CrmValidatorHelper
      end
    end
  end
end