# File lib/active_ldap/base.rb, line 49
49: def const_missing(id)
50: case id
51: when :ConnectionNotEstablished
52: message =
53: _("ActiveLdap::ConnectionNotEstablished has been deprecated " "since 1.1.0. " "Please use ActiveLdap::ConnectionNotSetup instead.")
54: ActiveSupport::Deprecation.warn(message)
55: const_set("ConnectionNotEstablished", ConnectionNotSetup)
56: ConnectionNotEstablished
57: else
58: super
59: end
60: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.