def destroy
  @comment = Comment.find(params[:id])
  .
  .
  .    
  respond_to do |format|
    format.js # destroy.rjs
  end
end

