DmitryTsepelev / ar_lazy_preload

Lazy loading associations for the ActiveRecord models
MIT License
677 stars 24 forks source link

Fix error when association relation spawned from relation with preload_associations_lazily called #38

Closed PikachuEXE closed 4 years ago

PikachuEXE commented 4 years ago

I got this error during development: NoMethodError: undefined methodassociation_tree' for #`

So I created this PR

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 283


Totals Coverage Status
Change from base Build 281: 0.002%
Covered Lines: 698
Relevant Lines: 700

💛 - Coveralls
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 283


Totals Coverage Status
Change from base Build 281: 0.002%
Covered Lines: 698
Relevant Lines: 700

💛 - Coveralls
coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 283


Totals Coverage Status
Change from base Build 281: 0.002%
Covered Lines: 698
Relevant Lines: 700

💛 - Coveralls
DmitryTsepelev commented 4 years ago

👍