i have an asset class which have type, name, label etc.
Asset types are: avatar, image, video, summary etc.
I want to have Video < Asset type only for type = 'video', but for all other types - Asset should be used.
If i use self.inheritance_column = 'type' - it fails, because cant find Avatar class. Is there any approach how to map all types to Asset class except video?
Thanks, Kirill Salykin