class Coletivo::Models::PersonRating

Public Class Methods

find_for_recommendation(person, rateable_type) click to toggle source
# File lib/coletivo/models/person_rating.rb, line 9
def self.find_for_recommendation(person, rateable_type)
  where(:rateable_type => rateable_type.to_s)
end