Module: EagerRecord
- Defined in:
- lib/eager_record.rb,
lib/eager_record/version.rb,
lib/eager_record/unmarshallable.rb,
lib/eager_record/eager_preloading.rb,
lib/eager_record/scoped_preloading.rb
Defined Under Namespace
Modules: EagerPreloading Classes: ScopedPreloading, Unmarshallable
Constant Summary collapse
- VERSION =
'0.1.3'
Class Method Summary collapse
Class Method Details
.install ⇒ Object
12 13 14 15 |
# File 'lib/eager_record.rb', line 12 def install EagerPreloading.install ScopedPreloading.install end |