Rails – check if record exists in has_many association April 9, 2024 by Tarik Try: current_user.items.exists?(params[:id]) Or current_user.items.exists?(@item.id)