app/models/mdm/workspace.rb in metasploit_data_models-3.0.5 vs app/models/mdm/workspace.rb in metasploit_data_models-3.0.6
- old
+ new
@@ -79,9 +79,12 @@
has_many :vulns, :through => :hosts, :class_name => 'Mdm::Vuln'
# Sessions opened on {#hosts} in this workspace.
has_many :sessions, :through => :hosts, :class_name => 'Mdm::Session'
+ # Payloads for this workspace.
+ has_many :payloads, :class_name => 'Mdm::Payload'
+
#
# Attributes
#
# @!attribute boundary