Module: EagerRecord

Defined in:
lib/eager_record.rb,
lib/eager_record/version.rb,
lib/eager_record/eager_preloading.rb,
lib/eager_record/scoped_preloading.rb

Defined Under Namespace

Modules: EagerPreloading Classes: ScopedPreloading

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.installObject



11
12
13
14
# File 'lib/eager_record.rb', line 11

def install
  EagerPreloading.install
  ScopedPreloading.install
end