ClassMethods
16 17 18 19 20 21 22
# File 'lib/coletivo/models/person.rb', line 16 def rate!(rateable, weight) Coletivo::Config.ratings_container.create!({ :person => self, :rateable => rateable, :weight => weight }) end