Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use auto-model-class for ContainerImages
Having the `:model_class` set to `::ContainerImage` meant that auto_model_class was not being called, causing any records which did not have a `:type` explicitly set by the parser would end up having a type set to the base `::ContainerImage` class.
- Loading branch information