# File lib/comment_methods.rb, line 23 def find_comments_by_user(user, role = "comments") where(["user_id = ? and role = ?", user.id, role]).order("created_at DESC") end