# File lib/active_ldap/callbacks.rb, line 28 28: def instantiate_with_callbacks(record) 29: object = instantiate_without_callbacks(record) 30: 31: if object.respond_to_without_attributes?(:after_find) 32: object.send(:callback, :after_find) 33: end 34: 35: if object.respond_to_without_attributes?(:after_initialize) 36: object.send(:callback, :after_initialize) 37: end 38: 39: object 40: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.