I am new to Rails. I have 2 models - User and Order. A user can have multiple orders with the same order number but another user cannot have that order number. How can I implement this validation to make sure that order number is unique across users? Thanks in advance.