diff --git a/extensions/autoloader/model.rb b/extensions/autoloader/model.rb index f98197775..b87a3b3a7 100644 --- a/extensions/autoloader/model.rb +++ b/extensions/autoloader/model.rb @@ -7,15 +7,12 @@ module BeEF module Core module Models -class Autoloading < ActiveRecord::Base +class Autoloading < BeEF::Core::Model - attribute :id, :Serial - attribute :in_use, :Boolean - - belongs_to :command + belongs_to :command end end end -end \ No newline at end of file +end