Method: Sequel::Plugins::Finder.apply
- Defined in:
- lib/sequel/plugins/finder.rb
.apply(model) ⇒ Object
38 39 40 41 42 43 |
# File 'lib/sequel/plugins/finder.rb', line 38 def self.apply(model) model.instance_exec do @finders ||= {} @finder_loaders ||= {} end end |