Alex Young skrev: > I'd have SomeAsset and AnotherAsset instances each hold a delegate > Asset object that they proxy any calls they can't answer themselves > to. I've played around a little with trying to implement a full class > table inheritance scheme for AR on that basis, but never really had > enough need for it myself to polish it up. > If I do like that I have to search in several different tables when I want to search for assets when I don't care about the type? Or did I misunderstand? /Marcus