customer = Feedback.includes(:user).where("('created_at' >= ? and
'created_at' < ? and how_did_you_hear = ? and
users.user_type = ? )",date_start,date_end,value,"customer").count
このコードは、Feedback.user.user_type = "customer" だけでなく、すべてのフィードバックと一致します。
どうすればこれを修正できますか?