Railsプロジェクトで初めてMongoidを使用します。拡張子.neは、次のようなスコープメソッドで何を表しますか。
scope :subscribed, -> {
where( :unsubscribed.ne => true )
}
Railsプロジェクトで初めてMongoidを使用します。拡張子.neは、次のようなスコープメソッドで何を表しますか。
scope :subscribed, -> {
where( :unsubscribed.ne => true )
}