class Sequel::Model::Associations::AssociationReflection

def associated_class

The class associated to the current model class via this association
def associated_class
  self[:class] ||= constantize(self[:class_name])
end