范围搜索“查询不支持”

时间:2015-01-14 19:57:54

标签: ruby-on-rails ruby

2015-01-14T19:52:56.805276+00:00 app[web.1]: ScopedSearch::QueryNotSupported (relation 'schedule_locations' not one of requisition_plan, machine, schedule_machines, schedule_locations, requisition_plan_products, products, product_categories ):
2015-01-14T19:52:56.805279+00:00 app[web.1]:   app/controllers/api/v1/requisition_plan_machines_controller.rb:24:in `index'
2015-01-14T19:52:56.754434+00:00 heroku[router]: at=info method=GET path="/api/v1/schedules/225/requisition_plan/requisition_plan_machines.json?token=mytoken&query=day%3Dmonday%26machine_type%3Dcombo"

requisition_plan_machines_controller

def index
    @requisition_plan_machines = @requisition_plan_machines.ordered_by_name.search_for(params[:query])
  end

" schedule_locations"不是...... schedule_locations ......嗯?它在列表中,为什么不进行此搜索?

我刚刚升级了ruby&铁路到最新并碰上了这个。

0 个答案:

没有答案