array_users = ["3581", "3592", "3665", "3730"]
@records = Model.find(
:all,
:order => 'date desc',
:group => :date,
:conditions => {
:client_id => current_user.client.id,
:user_id is present in array_users # <------------------
})
返されたレコードだけがRails 2.3.9を使用してuser_id
存在することを確認するにはどうすればよいでしょうか?array_users