Messaging with Rails and Mailboxer

Great Article. The code your provided works great when using it with two user models. I did run into one small problem. When using mailboxer between two user models, the user id’s will conflict (ie. two user may have an id of 5). Is there any way around that?