HABTM: at least one coupled user

Hi all!

I have this “thing”. Let’s say it is a car. And a car belongs to one or
more users. So there has to be at least one!

How can I add this validation to Rails? I tried to create some extra
validation. But that sucked big time. You guys have a plugin or some
rails core code that works?

Thanks in advance!