Class: Zabbix::Proxy
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Zabbix::Proxy
- 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?)