Method: Sequel::Plugins::ForbidLazyLoad::InstanceMethods#allow_lazy_load
- Defined in:
- lib/sequel/plugins/forbid_lazy_load.rb
#allow_lazy_load ⇒ Object
Set this model instance to allow lazy loading of associations.
147 148 149 150 |
# File 'lib/sequel/plugins/forbid_lazy_load.rb', line 147 def allow_lazy_load @forbid_lazy_load = false self end |