Sha256: 830d9beaac58338d9d4a9f90e7b136862c965e11a255b92a601298c807623a98
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
class Mdm::ExploitedHost < ActiveRecord::Base # # Relations # belongs_to :host, class_name: 'Mdm::Host', inverse_of: :exploited_hosts belongs_to :service, class_name: 'Mdm::Service', inverse_of: :exploited_hosts ActiveSupport.run_load_hooks(:mdm_exploited_host, self) end
Version data entries
5 entries across 5 versions & 1 rubygems