issue displaying ajax errors for has_many_through model in form

Hi,

Looking to source some help on this:

I have a model EquipmentBooking with a has_many Equipment through EquipmentRequests relationship set up

When I instantiate instances of EquipmentRequest and save it only returns to the view errors associated with the EquipmentBooking model, not the EquipmentRequest. I’ve checked the console output and it’s definitely getting errors back pertaining to the EquipmentRequest.

Any ideas?

Thanks