module ArLazyPreload::CollectionProxy

ActiveRecord::CollectionProxy patch for getting records for preload

Private Instance Methods

ar_lazy_preload_records() click to toggle source
# File lib/ar_lazy_preload/active_record/collection_proxy.rb, line 8
def ar_lazy_preload_records
  target
end