module ActiveModel::Validations::Comparability

def error_options(value, option_value)

def error_options(value, option_value)
  options.except(*COMPARE_CHECKS.keys).merge!(
    count: option_value,
    value: value
  )
end