Method: Mdm::Module::Detail#module_runs
- Defined in:
- app/models/mdm/module/detail.rb
#module_runs ⇒ ActiveRecord::Relation<MetasploitDataModels::ModuleRun>
Records of times when this module has been used
89 90 91 92 93 |
# File 'app/models/mdm/module/detail.rb', line 89 has_many :module_runs, :class_name => 'MetasploitDataModels::ModuleRun', :primary_key => :fullname, :foreign_key => :module_fullname, :inverse_of => :module_detail |