lib/rubix/models/host_group.rb in rubix-0.0.2 vs lib/rubix/models/host_group.rb in rubix-0.0.3
- old
+ new
@@ -26,18 +26,13 @@
:name => host_group['name'],
:host_ids => host_group['hosts'].map { |host_info| host_info['hostid'].to_i }
})
end
- def log_name
- "GROUP #{name || id}"
- end
-
def self.id_field
'groupid'
end
-
#
# == Associations ==
#
include Associations::HasManyHosts