4 lines
88 B
Ruby
4 lines
88 B
Ruby
|
|
class OverallAverage < ActiveRecord::Base
|
||
|
|
belongs_to :rateable, polymorphic: true
|
||
|
|
end
|