Class: Zabbix::Proxy

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/zabbix/proxy.rb

Overview

inherit might not work on account of the belongs_to :proxies in Host

class Proxy < Host

threw a ConnectionNotEstablished when extending Host ??? (activerecord bug?)