Method: Mdm::Module::Detail#matches
- Defined in:
- app/models/mdm/module/detail.rb
#matches ⇒ ActiveRecord::Relation<MetasploitDataModels::AutomaticExploitation::Match>
Matches for this module
73 74 75 76 77 |
# File 'app/models/mdm/module/detail.rb', line 73 has_many :matches, :class_name => 'MetasploitDataModels::AutomaticExploitation::Match', :primary_key => :fullname, :foreign_key => :module_fullname, :inverse_of => :module_detail |