# File lib/comment_methods.rb, line 29
      def find_comments_for_commentable(commentable_str, commentable_id, role = "comments")
        where(["commentable_type = ? and commentable_id = ? and role = ?", commentable_str, commentable_id, role]).order("created_at DESC")
      end