Sha256: 2c2b9e3af650d06d8d24771caec2832221525df8f355d55844f50a4213548f86
Contents?: true
Size: 277 Bytes
Versions: 14
Compression:
Stored size: 277 Bytes
Contents
module Cmor module Core module Model module IdentifierConcern extend ActiveSupport::Concern included do validates :identifier, uniqueness: { scope: [ :locale ] }, allow_nil: true, allow_blank: true end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems