ActiveRecord abstract_class and model inheritance

Hi everybody,

I'm having problems on a testcase that I'm working on. I hope that I can explain the problem properly and that some of you can help me out becouse I'm realy stuck on this one.

Ok, I have a Page model that needs to be multi lingual. Therefore I have used a small but nice plugin: http://github.com/janne/model_translations . Basically, I had to create a new model PageTranslation that conatains the i18n attributes. Let me draw a small example:

Page