Forgot this.. *sigh*, adding for option caching to fix revision 851
git-svn-id: https://beef.googlecode.com/svn/trunk@852 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
17
lib/model/optioncache.rb
Normal file
17
lib/model/optioncache.rb
Normal file
@@ -0,0 +1,17 @@
|
||||
module BeEF
|
||||
module Models
|
||||
|
||||
class OptionCache
|
||||
|
||||
include DataMapper::Resource
|
||||
|
||||
storage_names[:default] = 'option_cache'
|
||||
|
||||
property :id, Serial
|
||||
property :name, Text
|
||||
property :value, Text
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user