Sha256: be170c44a28d7decc7ed7042ca478061fe33785a94395cc0e6c89b09319a925b
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
# Encoding: utf-8 module ActsAsStarrable class Rating < ::ActiveRecord::Base attr_accessible :starrable_id, :starrable_type, :rater_id, :rater_type, :rating belongs_to :starrable, :polymorphic => true belongs_to :rater, :polymorphic => true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_starrable-0.0.2 | lib/acts_as_starrable/rating.rb |
acts_as_starrable-0.0.1 | lib/acts_as_starrable/rating.rb |