Colin Law wrote in post #954800:
> On 16 October 2010 13:47, Max Reznichenko <[email protected]> wrote:
>>
>> belongs_to :model_a
>>
>> #Model A definition
>> has_many :model_b
>> -->has_many :model_c, :through => :model_b
>
> I have not tried it but can you then say
> has_many :model_d, :through -> :model_c
>
> If you can then I think you can just find A where a.d.state is whatever.

Why not use the nested_has_many_through plugin?

>
> Colin

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

-- 
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.

Reply via email to