Does Rails 4 have support for OR queries

前端 未结 7 1918
暗喜
暗喜 2020-12-08 13:14

So in Rails 4 the long desired feature to use not queries has been added.

Article.where.not(title: \'Rails 3\')

Has similar su

相关标签:
7条回答
  • 2020-12-08 13:56

    Rails 5 will support it but you can use this backport for Rails 4.2 : https://github.com/Eric-Guo/where-or

    0 讨论(0)
提交回复
热议问题