I'm just curious... I have a model that has an ajax function that checks the integrity of an email on blur in the UI, but also have that same check when I create a user in the User model. I'm wondering if there is any difference between the two types of validation.