Method: NoBrainer::Document::Association::HasManyThrough#read
- Defined in:
- lib/no_brainer/document/association/has_many_through.rb
#read ⇒ Object
31 32 33 |
# File 'lib/no_brainer/document/association/has_many_through.rb', line 31 def read @targets ||= .eager_load([owner]).freeze end |