osem-fcy/app/models/rating_cache.rb
2017-04-28 10:16:13 +00:00

3 lines
86 B
Ruby

class RatingCache < ActiveRecord::Base
belongs_to :cacheable, polymorphic: true
end