On May 20, 4:13 pm, Michael Pavling <[email protected]> wrote:
> You need to iterate over a's bs [1] collection, and return the related
> cs.
I don't think that is necessary. It should be possible to get the data
in a single sql query.
@cs = C.all(:joins => {:b => :as}, :conditions => {'as.id = 1'})
> [1] This is why convention prefers Foo/Bar for example names.... "a,
> b, c" doesn't make for easy or understandable reading.
I second that
--
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.