Method: Sequel::Plugins::LazyAttributes.apply

Defined in:
lib/sequel/plugins/lazy_attributes.rb

.apply(model, *attrs) ⇒ Object

Lazy attributes requires the tactical_eager_loading plugin



31
32
33
# File 'lib/sequel/plugins/lazy_attributes.rb', line 31

def self.apply(model, *attrs)
  model.plugin :tactical_eager_loading  
end