0
我已經這個嵌套包括結構ActiveRecord的丟失從子句mutlipe那裏的條件
Converter.
includes(:converter_params, user: [:address]).
where('converters.is_active=? AND converter_params.date >= ?', true, 3.month.ago)
這是工作而不 的AND converter_params.date
條件。添加此錯誤會得到錯誤
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: missing FROM-clause entry for table "converter_params"
表converter_prams
存在且名稱正確。 我無法弄清楚爲什麼,很多感謝提前的幫助。
有型號命名MVC應用程序中的「Controller」聽起來像是一場災難。 – max
:D它其實不是控制器,只是想讓它更具通用性,但我同意 – theDrifter