Sha256: 41467daafcc7cedad3e4b100285b5ce515d687dba6d01d5dec092198952f00ac
Contents?: true
Size: 448 Bytes
Versions: 7
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true N1Loader::LoaderCollection.define_method :preloaded_records do raise N1Loader::ActiveRecord::InvalidPreloading, "Cannot preload loader with arguments" if loader_class.arguments with.preloaded_records end N1Loader::LoaderCollection.define_method :runnable_loaders do [self] end N1Loader::LoaderCollection.define_method :run? do true end N1Loader::LoaderCollection.define_method :future_classes do [] end
Version data entries
7 entries across 7 versions & 1 rubygems