Mongo storages, configuration

This commit is contained in:
Gregory Eremin
2013-06-05 00:19:02 +04:00
parent 3fc9fba18c
commit 7c6e2f442e
5 changed files with 49 additions and 3 deletions
@@ -0,0 +1,9 @@
module RakeControl
class Run
include MongoMapper::Document
key :name, String
key :success, Boolean
key :execution_time, Float
end
end