def create
    @comment = Comment.new(params[:comment])

    respond_to do |format|
      if @comment.save