app/models/mdm/module/author.rb in metasploit_data_models-0.24.4 vs app/models/mdm/module/author.rb in metasploit_data_models-0.24.5

- old
+ new

@@ -1,28 +1,12 @@ -# The {#email} and {#name} of an author of a {#detail Metasploit Module}. class Mdm::Module::Author < ActiveRecord::Base self.table_name = 'module_authors' # # Associations # - # The authored Metasploit Module. belongs_to :detail, :class_name => 'Mdm::Module::Detail' - - # - # Attributes - # - - # @!attribute email - # The email address of the author. - # - # @return [String] - - # @!attribute name - # The name of the author. - # - # @return [String] # # Mass Assignment Security #