标签: ember.js
我希望所有路线都能提供动作。
Ember.Route.reopen({ actions : { refreshRoute : function(){ this.refresh(); } } });
以上代码无效。如何正确实现这个?