p 215 - listing 7.2 problem?
Reported by Bill Siggelkow | June 6th, 2008 @ 04:50 AM | in Second Edition
In Listing 7.2 on page 215 it appears to me that there is a potential conflict. In the migration at the top of the listing you specify
t.column :subject
then in the following class definition you specify
belongs_to :subject, ...
It seems to me that the 'subject' attribute would conflict with the 'subject' association.
Comments and changes to this ticket
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
