5 lines
129 B
Ruby
5 lines
129 B
Ruby
|
#SeemsRateable engine Initializer
|
||
|
|
||
|
#Configure owner class of the given ratings
|
||
|
SeemsRateable::Engine.config.owner_class = "User"
|