Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/index_tree/finder_methods.rb
Instance Method Summary collapse
Instance Method Details
#preload_tree ⇒ Object
28 29 30 31 |
# File 'lib/index_tree/finder_methods.rb', line 28 def preload_tree load unless loaded? return IndexTree::TreePreloader.preload_entities(@records) end |