class Sequel::Model::Associations::AssociationReflection

def dataset_helper_method

Name symbol for the _helper internal association method
def dataset_helper_method
  :"_#{self[:name]}_dataset_helper"
end