Single Table Inheritance Association Issue

M

Mike

Hi there,

I'm using STI in a new application, and something is terribly wrong with
has_many associations.

Right, so I have number of subclasses that inherit from one concrete
base class. Each sub class can possibly have associations via has_many,
or has_one. When I try to access a collection on the sub class(
subclass.items), I get 'undefined method 'items' for <Subclass>'. The
strange thing is, accessing these subclasses in script/console works
fine, and even works the first time I run the app in some cases. Once I
refresh the page I get this error though.

I'm totally at a loss here. Any help would be greatly appreciated!

Thanks in advance.

Mike.
 
P

Phrogz

I'm using STI in a new application, and something is terribly wrong with
has_many associations. [snip]
I'm totally at a loss here. Any help would be greatly appreciated!

You have posted this question to the ruby-talk forum/newsgroup/mailing
list, which is for general discussion of the Ruby language. You will
probably get a better set of responses if you ask this question on the
ruby-on-rails forum/group, which is for rails-specific questions, as
yours is.

http://groups.google.com/group/rubyonrails-talk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top