Method: Sequel::Plugins::ForbidLazyLoad::ClassMethods#finalize_associations
- Defined in:
- lib/sequel/plugins/forbid_lazy_load.rb
#finalize_associations ⇒ Object
Allow lazy loading for static cache associations before finalizing.
126 127 128 129 |
# File 'lib/sequel/plugins/forbid_lazy_load.rb', line 126 def finalize_associations allow_lazy_load_for_static_cache_associations super end |