Sha256: b1b1539dc71940c6b9367eb3eb2f3b75898c02349d779264aad4efb60bf32465
Contents?: true
Size: 247 Bytes
Versions: 27
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Face include Mongoid::Document has_one :left_eye, class_name: "Eye", as: :eyeable has_one :right_eye, class_name: "Eye", as: :eyeable belongs_to :suspended_in, polymorphic: true end
Version data entries
27 entries across 27 versions & 2 rubygems