Module: Dase

Defined in:
lib/dase.rb,
lib/dase/version.rb,
lib/dase/preloader.rb,
lib/dase/mp_active_record.rb,
lib/dase/preloader_methods.rb

Defined Under Namespace

Modules: PreloaderMethods, RelationInstanceMethods Classes: Preloader

Constant Summary collapse

VALID_DASE_OPTIONS =

Syntax definition

[:as]
VALID_ASSOCIATION_OPTIONS =
[:proc, :where, :group, :having, :joins, :merge, :includes, :from]
VALID_SYNONYMS =

Legacy syntax support

{:only => :merge, :conditions => :where}
VERSION =
'5.1.0'