Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
第一次在 Rails 项目中使用 Mongoid。扩展名.ne在这样的作用域方法中代表什么:
scope :subscribed, -> { where( :unsubscribed.ne => true ) }
这是“不等于”的选择操作。