Sha256: efa747473817590c7ee9aad424a164b2ec63ca7946e5afead55f73fe02b705b2
Contents?: true
Size: 220 Bytes
Versions: 27
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Eye include Mongoid::Document field :pupil_dilation, type: Integer belongs_to :eyeable, polymorphic: true belongs_to :suspended_in, polymorphic: true end
Version data entries
27 entries across 27 versions & 2 rubygems