支持远程吗
谢谢关心。技术成长先不说。就觉得哪里都乱哄哄的。哪里都不太想发言。都是基于自己的认知和利益做出自己的独断,我觉得什么都不是事实,社会是复杂的。
好的,我试试
额额
额,好吧
belongs_to :imageable, -> { unscope(:where) }, polymorphic: true 这个我查出来的不对。imageable_id 和 imageable 不对应。
知道啦
试了,你说的这个可以实现
明白,谢谢啦
嗯嗯,试一试,谢谢
如果不用覆盖解决,这块还有好的解决方法不?因为不想带着 default_scope。
default_scope 的话,用 picture.imageable 不会忽略 default_scope 中的条件
default_scope,不是 scope,文章里面写错了
写的是 default_scope , 我改一下,写错了
picture.imageable 这样就查出来了啊
用 picture.imageable 会带上 product 的 scope,也就是查出 published 的 product,所以这边覆盖掉是想查出 unscoped 的 product,你说的 includes 会有问题,但是我们这边暂时没涉及。有什么更好的方案么,欢迎指教 ?