Extends base with methods for setting up associations between different models.
[Source]
# File lib/data_mapper/associations.rb, line 10 10: def self.included(base) 11: base.extend(ClassMethods) 12: end
[Validate]