class Mdm::ExploitedHost < ActiveRecord::Base # # Relations # belongs_to :host, :class_name => 'Mdm::Host' belongs_to :service, :class_name => 'Mdm::Service' ActiveSupport.run_load_hooks(:mdm_exploited_host, self) end