Sha256: 6bf9011fd8fef84f8c7ca91f62f31998b82ff6960511d8910058cbe0c4eb0a6e
Contents?: true
Size: 170 Bytes
Versions: 25
Compression:
Stored size: 170 Bytes
Contents
# frozen_string_literal: true class Exhibitor include Mongoid::Document field :status, type: String belongs_to :exhibition has_and_belongs_to_many :artworks end
Version data entries
25 entries across 25 versions & 1 rubygems