def destroy @post = Post.find(params[:id]) @post.destroy redirect_to posts_path, :notice => "Tu post se ha Borrado" end end