105 106 107 108
# File 'lib/likeable.rb', line 105 def all_liked_by(user) ids = all_liked_ids_by(user) Likeable.find_many(self, ids) end