Module | ActiveLdap::Associations |
In: |
lib/active_ldap/associations.rb
|
Associations provides the class methods needed for the extension classes to create methods using belongs_to and has_many
# File lib/active_ldap/associations.rb, line 13 13: def self.append_features(base) 14: super 15: base.extend(ClassMethods) 16: base.class_inheritable_array(:associations) 17: base.associations = [] 18: end