Sha256: c9cf063142202fa24f895c6252cc8dcb741dee95b91efb0a9ab1c7ef1340248d
Contents?: true
Size: 239 Bytes
Versions: 7
Compression:
Stored size: 239 Bytes
Contents
# -*- encoding : utf-8 -*- class Rate include Mongoid::Document include Mongoid::Timestamps field :stars, type: Float belongs_to :rater, :class_name => '<%= file_name.classify %>' belongs_to :rateable, :polymorphic => true end
Version data entries
7 entries across 7 versions & 1 rubygems