4 lines
86 B
Ruby
4 lines
86 B
Ruby
|
|
class RatingCache < ActiveRecord::Base
|
||
|
|
belongs_to :cacheable, polymorphic: true
|
||
|
|
end
|