ActiveRecord storage draft

This commit is contained in:
Gregory Eremin
2013-06-04 23:56:25 +04:00
parent 639c542aaf
commit 3fc9fba18c
3 changed files with 41 additions and 0 deletions
@@ -0,0 +1,5 @@
module RakeControl
class Run < ActiveRecord::Base
attr_accessible :name, :success, :execution_time
end
end