multiple layers nested has_many through

3 views
Skip to first unread message

Aryk Grosz

unread,
Jun 7, 2007, 3:51:10 PM6/7/07
to rubyonra...@googlegroups.com
I've seen previous posts finding ways to do multiple has_many :through
assocations like the following

class A < ActiveRecord::Base


end

--
Posted via http://www.ruby-forum.com/.

Aryk Grosz

unread,
Jun 7, 2007, 3:53:42 PM6/7/07
to rubyonra...@googlegroups.com
I've seen previous posts finding ways to do multiple has_many :through
assocations like the following

class A < ActiveRecord::Base

has_many :xs
has_many :ys, :through=>:xs
has_many :zs, :through=>:ys

end

I've seen a patch for this, however, I'm not doing edge rails, and I
couldn't copy over the code and actually get it working via a patch I
could put in my /lib directory.

Does anyone have some easy suggestions for getting my Rails 1.2 to
support this?

Bernardo de Pádua

unread,
Jul 13, 2007, 2:29:58 AM7/13/07
to Ruby on Rails: Talk
The patch wasn't applied yet, but the author created a plugin:

http://code.torchbox.com/svn/rails/plugins/nested_has_many_through/

On Jun 7, 4:53 pm, Aryk Grosz <rails-mailing-l...@andreas-s.net>
wrote:
> I've seen previous posts finding ways to do multiplehas_many:through

Reply all
Reply to author
Forward
0 new messages