Module: ActiveLDAP::Associations
- Defined in:
- lib/activeldap/associations.rb
Overview
Associations
Associations provides the class methods needed for the extension classes to create methods using belongs_to and has_many
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.append_features(base) ⇒ Object
9 10 11 12 |
# File 'lib/activeldap/associations.rb', line 9 def self.append_features(base) super base.extend(ClassMethods) end |