Argh…
This f…ine error message above has been thrown during a
records = Model.find(:first).
Guess why:
I made use of a legacy table that contained the attribute „type“. I just had to add a
self.inheritance_column=’itype’
into my model and now everything’s OK.
Rails: Do you consider this as friendly error messages?
