Skip to content

Commit

Permalink
Edge internals have changed - replacing AssociationReflection with Th…
Browse files Browse the repository at this point in the history
…roughReflection [masterkain]
  • Loading branch information
ianwhite committed Oct 7, 2008
1 parent 4183f14 commit f1da64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
@@ -1,4 +1,4 @@
require 'nested_has_many_through'

ActiveRecord::Associations::HasManyThroughAssociation.send :include, NestedHasManyThrough::Association
ActiveRecord::Reflection::AssociationReflection.send :include, NestedHasManyThrough::Reflection
ActiveRecord::Reflection::ThroughReflection.send :include, NestedHasManyThrough::Reflection

0 comments on commit f1da64b

Please sign in to comment.