def new
  @comment = Comment.new
  
  respond_to do |format|
    format.js # new.rjs
  end
end

