PDA

View Full Version : self.abstract_class = true doesn't work for MySQL?!?


rubyonrails-talk
August 31st, 2006, 02:09 PM
Rails 1.1.6
MySQL 5.0.18
I created a model with self.abstract_class = true and when I call new on
it, I get an error about the appropriate table not being found in MySQL.
Is this a bug or is there some other configuration that I'm not aware
of?
Thanks,
Wes
Model:
class PrequalificationForm < ActiveRecord::Base

More... (http://groups.google.com/group/rubyonrails-talk/msg/13adfa065e4ff63e)