def inspire
        if params[:id]!=nil
            @post = Post.find(params[:id])

            @inspire = @post.inspires.create(@post_id)