lib/active_samba_ldap/computer.rb in activesambaldap-0.0.1 vs lib/active_samba_ldap/computer.rb in activesambaldap-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
require 'active_samba_ldap/account'
require 'active_samba_ldap/computer_account'
module ActiveSambaLdap
class Computer < Base
- include Reloadable::Subclasses
+ include Reloadable
include Entry
include Account
include ComputerAccount