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 Mongoid::Document
field :name, type: String
field :success, type: Boolean
field :execution_time, type: Float
end
end