6

第一次在 Rails 项目中使用 Mongoid。扩展名.ne在这样的作用域方法中代表什么:

  scope :subscribed, -> {
       where( :unsubscribed.ne => true )
  }
4

1 回答 1

7

这是“不等于”的选择操作。

于 2012-08-30T02:30:04.737 回答