标签: ruby-on-rails
我想显示1-9类别的照片,但不显示类别为15的照片。
我试过了:
scope :no_landing, -> {where(category_id: [1,2,3,4,5,6,7,8,9])}
但必须有一种更有效的方式。
有什么想法吗?
谢谢你们!