Sha256: 98dd7799b8039cde3f650a9b371e3451c6bfcf301b976b66614b5e974d581a23
Contents?: true
Size: 196 Bytes
Versions: 23
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Passport include Mongoid::Document field :number, type: String field :country, type: String embedded_in :person, autobuild: true end
Version data entries
23 entries across 23 versions & 2 rubygems