Re: [Rails] Re: has_many and belongs_to association
On 14 July 2011 16:47, joanne ta <joanne0558@gmail.com> wrote:
> in language model
> belongs_to :name_id, :class_name => "Phrase", :foreign_key => "name_id"
Why would you change the association name to "name_id"? It's just the
foreign key to change:
belongs_to :name, :class_name => "Phrase", :foreign_key => "name_id"
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home