Updated autoloader for AR
This commit is contained in:
@@ -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
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user