非一般化的 controller,你们是怎么使用 ember-data 调用的。 例如我有两个关于 Product 的 Controller,一个是:
ProductsController < ApplicationController #获取product的所有信息
CurrentUserProductsController < ApplicationController #针对当前用户获取
单纯的ProductsController
就可以在 ember 下使用App.Product.find()
请问非常规的 controller 的话,你们是怎么调用的?