Inherited Resources seems to automatically set the status to 422 when a request fails validation and the response type is JSON. However, if the response type is html, the status is set to 200. Is there a way to tell inherited_resources to always return a 422 if the validation fails?
Cheers, Andy