Mongo storages, configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module RakeControl
|
||||
class Run
|
||||
include MongoMapper::Document
|
||||
|
||||
key :name, String
|
||||
key :success, Boolean
|
||||
key :execution_time, Float
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user