# File lib/kwala/actions/flagged_comments.rb, line 49
  def initialize
    @comment_count = Hash.new { |h,k| h[k] = Array.new }
  end