I'm adding objects into a collection with <<
current_user.followers<<users
I'd like to catch an exception when a user in users already exists in the followers collection. How can I do that?
Thank you.
PS. It's really hard to find results on Google by typing "<<", is there a name to call this method?