def like
        if params[:id]!=nil
            @post = Post.find(params[:id])
            
            @like = @post.likes.create(@post_id)