Method: Mdm::Module::Detail#authors
- Defined in:
- app/models/mdm/module/detail.rb
#authors ⇒ ActiveRecord::Relation<Mdm::Module::Mixin>
Authors (and their emails) of this module. Usually includes the original discoverer who wrote the proof-of-concept and then the people that ported the proof-of-concept to metasploit-framework.
67 |
# File 'app/models/mdm/module/detail.rb', line 67 has_many :authors, :class_name => 'Mdm::Module::Author', :dependent => :destroy |