Implement a simple drop privileges validator
This is a trick to delegate a privilege validations from the controller
to the model so we can handle them uniformly through the rails model
validation flow.
This is achieved by setting the record in dropped_privileges mode,
just set dropped_privilages = true.