Sha256: 9376b781d4c8e05b47cfa0b2b278e7ccebe715a23dc637b13eae79dd6fd425a8
Contents?: true
Size: 235 Bytes
Versions: 17
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module ActiveModel module Validations module HelperMethods def validates_zipcode(*attr_names) validates_with ZipcodeValidator, _merge_attributes(attr_names) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems