public
Description: rails plugin that allows has_many :through to go through other has_many :throughs
Homepage:
Clone URL: git://github.com/ianwhite/nested_has_many_through.git
Edge internals have changed - replacing AssociationReflection with 
ThroughReflection [masterkain]
ianwhite (author)
Tue Oct 07 16:39:44 -0700 2008
commit  f1da64b7ff13d2f5ecaf49181f8c1945ece67b97
tree    c91d2fd1f3937869e59ba980b50d27ce4a727ace
parent  4183f144dff9f7738ca4175b85fc258f540de61e
...
1
2
3
4
5
 
6
...
1
2
3
 
4
5
6
0
@@ -1,4 +1,4 @@
0
 require 'nested_has_many_through'
0
 
0
 ActiveRecord::Associations::HasManyThroughAssociation.send :include, NestedHasManyThrough::Association
0
-ActiveRecord::Reflection::AssociationReflection.send :include, NestedHasManyThrough::Reflection
0
\ No newline at end of file
0
+ActiveRecord::Reflection::ThroughReflection.send :include, NestedHasManyThrough::Reflection
0
\ No newline at end of file

Comments