I have a User model which belongs_to :location (ie. each user can have exactly one location, but a location can be shared by multiple users). The
I have a User model which belongs_to :location (ie. each user can have exactly one location, but a location can be shared by multiple users). The