Users can have many clubs.
One club can tip another club.
How can I prevent a club from tipping itself?
(Note that if a user wants to engage as another club, they can tip another club they own, so I can't do this based on user id)
I've tried a number of variations but can't seem to make it work. Thanks for any help.
# A club cannot tip itself
cannot [:tip], Club, id: id