Module: Goldiloader::CollectionAssociationPatch
- Defined in:
- lib/goldiloader/active_record_patches.rb
Instance Method Summary collapse
Instance Method Details
#find_from_target? ⇒ Boolean
150 151 152 |
# File 'lib/goldiloader/active_record_patches.rb', line 150 def find_from_target? fully_load? || super end |
#load_target(*args) ⇒ Object
145 146 147 |
# File 'lib/goldiloader/active_record_patches.rb', line 145 def load_target(*args) load_with_auto_include { super } end |