Sha256: 6c4b329289a2f14a41b7aaef2cc89b6b4ce60cf9f0907d490b28f505bfc53ebd
Contents?: true
Size: 146 Bytes
Versions: 27
Compression:
Stored size: 146 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Staff include Mongoid::Document embedded_in :company field :age, type: Integer end
Version data entries
27 entries across 27 versions & 2 rubygems