Sha256: 306ff6a2e7138d661fa369b83b4b62243fce4f66e8e8c30767d5135450585c67
Contents?: true
Size: 148 Bytes
Versions: 27
Compression:
Stored size: 148 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Shelf include Mongoid::Document field :level, type: Integer recursively_embeds_one end
Version data entries
27 entries across 27 versions & 2 rubygems