Hello,

I stumble upon this error when loading a subclass of the Transaction
class. For full details, see the pastie:

http://pastie.org/4053678

Error message: ActiveRecord::SubclassNotFound: The single-table
inheritance mechanism failed to locate the subclass:
'Transactions::DummyDdnlTransaction'. This error is raised because the
column 'type' is reserved for storing the class in case of
inheritance. Please rename this column if you didn't intend it to be
used for storing the inheritance class or overwrite
Transactions::DummyDdnlTransaction.inheritance_column to use another
column for that information.

Have Googled around, tried solutions like self.subclasses and
require_dependency but they didn't work for me.

I'm on Rails 2.3.14.

cmdjohnson

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to