But why do I have to skip validation? I want it to validate the data.
I see that in for example Conversations this is done by overriding model's Save method. I'll do the same but I still wonder why isn't it handled by default? Performance or just sk…