metasploit-framework/lib/msf/core/model/attachment.rb

10 lines
99 B
Ruby
Raw Normal View History

class Msf::DBManager
class Attachment < ActiveRecord::Base
belongs_to :email_template
end
end