Method: N1Loader::LoaderCollection#with
- Defined in:
- lib/n1_loader/core/loader_collection.rb
#with(**args) ⇒ Object
13 14 15 16 17 |
# File 'lib/n1_loader/core/loader_collection.rb', line 13 def with(**args) loader = loader_class.new(elements, **args) loaders[loader.cache_key] ||= loader end |