From 3959d2c8bbdfff33fe8bde45474ccec0c818aad2 Mon Sep 17 00:00:00 2001 From: Jess Date: Thu, 14 Nov 2019 22:10:00 -0800 Subject: [PATCH] syntax changes --- extensions/social_engineering/models/mass_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/social_engineering/models/mass_mailer.rb b/extensions/social_engineering/models/mass_mailer.rb index 4e43efdc5..317571093 100644 --- a/extensions/social_engineering/models/mass_mailer.rb +++ b/extensions/social_engineering/models/mass_mailer.rb @@ -9,7 +9,7 @@ module BeEF class Massmailer < ActiveRecord::Base - attribute :id, Serial + attribute :id, :Serial #todo fields end