osem-fcy/app/models/rating_cache.rb

4 lines
86 B
Ruby
Raw Normal View History

2016-09-22 20:06:46 -04:00
class RatingCache < ActiveRecord::Base
belongs_to :cacheable, polymorphic: true
end