module Sequel::Plugins::Enumerize
def self.apply(model)
def self.apply(model) model.plugin(:def_dataset_method) unless model.respond_to?(:def_dataset_method) end
def self.apply(model) model.plugin(:def_dataset_method) unless model.respond_to?(:def_dataset_method) end