Method: ActiveLdap::Base.inherited
- Defined in:
- lib/active_ldap/base.rb
.inherited(sub_class) ⇒ Object
334 335 336 337 338 339 |
# File 'lib/active_ldap/base.rb', line 334 def inherited(sub_class) super sub_class.module_eval do include GetTextSupport end end |