Sha256: 98d94de13dd19b9f83325656454d031e8a36d0513e532ef082bb2966bc38fe59
Contents?: true
Size: 370 Bytes
Versions: 61
Compression:
Stored size: 370 Bytes
Contents
class Mdm::TaskHost < ActiveRecord::Base belongs_to :host, class_name: 'Mdm::Host', inverse_of: :task_hosts belongs_to :task, class_name: 'Mdm::Task', inverse_of: :task_hosts validates :host_id, :uniqueness => { :scope => :task_id } Metasploit::Concern.run(self) end
Version data entries
61 entries across 61 versions & 1 rubygems