module Goldiloader::CollectionAssociationPatch
Public Instance Methods
find_from_target?()
click to toggle source
Calls superclass method
# File lib/goldiloader/active_record_patches.rb, line 174 def find_from_target? fully_load? || super end
load_target(...)
click to toggle source
Calls superclass method
# File lib/goldiloader/active_record_patches.rb, line 170 def load_target(...) load_with_auto_include { super } end