Hey, I'm running into an issue where I can't combine Observer_Validation and Observer_Slug. I want the slug to be validated as 'required', but Model observes before_save before before_insert, which means that Validation always fails when creating a new model because the slug hasn't been generated yet.