class ArLazyPreload::Configuration
ArLazyPreload
configuration:
-
`auto_preload` - load all the associations lazily without
an explicit lazy_preload call
Attributes
auto_preload[RW]
auto_preload?[RW]
Public Class Methods
new()
click to toggle source
# File lib/ar_lazy_preload/configuration.rb, line 11 def initialize @auto_preload = false end