6

Railsプロジェクトで初めてMongoidを使用します。拡張子.neは、次のようなスコープメソッドで何を表しますか。

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

1 に答える 1

7

「等しくない」の選択操作です。

于 2012-08-30T02:30:04.737 に答える