Posts by drmwndr • 1 point
1 post
-
0
votes2
answers153
viewsA: Queries with various ruby associations on Rails
The solution to this situation in Rails 3 would be: Isolated.joins(:genes => :stats => :mutations).all That would solve the first problem you presented. About the question in your answer, in…