我在我的 ember 应用程序中有一些简单的功能,它们只是做一些事情,比如将用户投票添加到帖子中,或者关注另一个用户,我想知道如何在 ember 中做到这一点?
我不想用这个
jQuery.post('/posts/' + post.id + '/votes');
我在我的 ember 应用程序中有一些简单的功能,它们只是做一些事情,比如将用户投票添加到帖子中,或者关注另一个用户,我想知道如何在 ember 中做到这一点?
我不想用这个
jQuery.post('/posts/' + post.id + '/votes');