Sha256: 407dd508f495ba1c5c89142dc9c175925ac550d7c6bb9c62a66e2c21f0dc22f5
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
class Rate include Mongoid::Document include Mongoid::Timestamps field :stars, type: Float belongs_to :rater, :class_name => 'User' belongs_to :rateable, :polymorphic => true end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mongoid-letsrate-1.0.16 | spec/models/rate.rb |
mongoid-letsrate-1.0.15 | spec/models/rate.rb |
mongoid-letsrate-1.0.14 | spec/models/rate.rb |
mongoid-letsrate-1.0.13 | spec/models/rate.rb |