I am trying to achieve class inheritance via JoinedBase/Key and then on the derrived class I'd like to hang off some child records using OneToOne.
AR seems to create those child tables but it doesn't know how to put the relation in the database. All these records share the Key in the JoinedBase and I can see that JoinedBaseKey in the child tables but those child records don't inherit from the JoinedBase class so that's why I used OneToOne. Does it seem like what I'm doing is possible? Also, those child records I think I may need to pull up their ForeignKey into an abstract base so I can have a few different metadata columns. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
