On 14 July 2011 16:47, joanne ta <[email protected]> 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 [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.

