Frederick Cheung wrote: > It's a semi deprecated feature: getting attributes from the join table > automatically. The trend has since been to make that join table a > model in its own right. > > Fred
I know that I can use a has_many :through, but sometimes habtm is better in my application, since it doesn't clutter my project so much with models I don't use, except for the relationship. For relations that require more functionality, I use has_many :through. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

