Hi, Can someone clarify whether Rails current support nested has_many, :through? For example:
has_many :business_items, :through => :ai_allocations has_many :bi_allocations, :through => :business_items # 2nd one here references a previous ":through" I've seen discussion on blogs re support for this but I'm just trying to clarify whether this is currently in Rails or not. It didn't seem to work for me when I tried. -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

