Module: Mongoload::RelationsMetadataWithOptions
- Defined in:
- lib/mongoload/patches/relations_metadata.rb
Instance Method Summary collapse
Instance Method Details
#auto_include? ⇒ Boolean
4 5 6 |
# File 'lib/mongoload/patches/relations_metadata.rb', line 4 def auto_include? fetch(:auto_include, true) end |
#fully_load? ⇒ Boolean
8 9 10 |
# File 'lib/mongoload/patches/relations_metadata.rb', line 8 def fully_load? fetch(:fully_load, false) end |