find_all_by_user_id_and_conversation_id(params[:user_id], @conversation.id)
where(user_id: params[:user_id], conversation_id: @conversation.id)