Web interface

This commit is contained in:
Gregory Eremin
2013-06-06 21:48:46 +04:00
parent 802fe508ea
commit 1c26921387
13 changed files with 478 additions and 18 deletions
@@ -4,6 +4,8 @@ module RakeControl
class Run < ::ActiveRecord::Base
self.table_name = 'rake_control_runs'
attr_accessible :name, :success, :execution_time
scope :summary, ->{ group(:name).order('created_at desc') }
end
end
end