I want to use the before action to optionally interrupt the processing if it fails to comply certain criteria (e.g. the object is not owned by such user etc)
I need to use this because I have a more complicated scenario that I need the object to be loaded before the access rights could be determined, so I would have situations where I want to interrupt the action if it is invalid access, anyway I could achieve this?