Add EmailTemplate fields: exploit_module, exploit_attach_name & attach_exploit

git-svn-id: file:///home/svn/framework3/trunk@11236 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mike Smith 2010-12-06 22:18:33 +00:00
parent 3fa31f9c32
commit 1b6c0664e6
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ class EmailTemplate < ActiveRecord::Base
serialize :prefs
serialized_prefs_attr_accessor :exploit_name, :exploit_opts
serialized_prefs_attr_accessor :exploit_module, :exploit_attach_name
serialized_prefs_attr_accessor :attach_exe
serialized_prefs_attr_accessor :attach_exploit
end
end