标签: ember.js ember-data
我的ember应用程序中有简单的功能,只需要添加用户投票到帖子,或跟随其他用户,我想知道如何在ember中执行此操作?
我不想使用这个
jQuery.post('/posts/' + post.id + '/votes');