私は次のものを持っています:
time_range = (1.month.ago.beginning_of_month..1.month.ago.end_of_month)
Comment.where(:created_at => time_range).count
次のようなステートメントを使用して where 句に追加するにはどうすればよいですか。
.where("user_id is not in (?)",[user_ids]).
どうすれば2つを組み合わせることができますか? ありがとう