我有scope
方法,我使用includes
来加载所有必要的关联。但我不确定如何干掉includes
中使用的关联?
以下是模型中定义的scope
:
scope :with_associates, (lambda do
includes(user: :contact,
appointments: [:customer, templates: :page],
bundles: appointments: [:customer, templates: :page]])
end)
如何干掉这个范围?
答案 0 :(得分:2)
我从未尝试过那么干。无论如何,我会试试。
$("body").on('DOMSubtreeModified', "#selector", function() {
// code here
});
答案 1 :(得分:0)
我认为在干燥中 - 你会让它变得不那么清晰。为了重复appointments: [:customer, templates: :page]
,原始的清晰度超过了干燥成本