Method: NoBrainer::Document::Association::HasManyThrough#read

Defined in:
lib/no_brainer/document/association/has_many_through.rb

#readObject



31
32
33
# File 'lib/no_brainer/document/association/has_many_through.rb', line 31

def read
  @targets ||= .eager_load([owner]).freeze
end