Sha256: 6e93f0a7a0d926f814626d29a0fb924994ba934eb847a6cd7530e005627418d8
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true class Passport include Mongoid::Document field :number, type: String field :country, type: String field :exp, as: :expiration_date, type: Date field :name, localize: true field :localized_translations, localize: true embedded_in :person, autobuild: true end
Version data entries
8 entries across 8 versions & 1 rubygems