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
View File
@@ -1,2 +1,6 @@
RakeControlWeb::Engine.routes.draw do
resources :tasks, path: '/', only: [:index], constraints: { id: /[a-z0-9_:]+/ } do
member{ get :run }
resources :runs, only: [:index, :show]
end
end