Sha256: 098bf53d531a9caa9b88ab541bebbf53ed54e16fcb285931c3c6159eed9485b5
Contents?: true
Size: 259 Bytes
Versions: 25
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 module Publication class Review include Mongoid::Document field :summary belongs_to :reviewable, polymorphic: true belongs_to :reviewer, polymorphic: true belongs_to :template end end
Version data entries
25 entries across 25 versions & 2 rubygems