[ARVADOS] updated: a6b8d81c2a39ac50183caf03c2dd0cfe2f088819
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 11 14:06:01 EDT 2014
Summary of changes:
apps/workbench/config/routes.rb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
via a6b8d81c2a39ac50183caf03c2dd0cfe2f088819 (commit)
from 927627d8702f7ac40f5c804c46b8b8924c25a1f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a6b8d81c2a39ac50183caf03c2dd0cfe2f088819
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Mar 11 14:05:59 2014 -0400
Fix user_agreements/sign* routing again.
diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb
index b6f3656..523771c 100644
--- a/apps/workbench/config/routes.rb
+++ b/apps/workbench/config/routes.rb
@@ -2,8 +2,10 @@ ArvadosWorkbench::Application.routes.draw do
themes_for_rails
resources :keep_disks
- resources :user_agreements
- put '/user_agreements/sign' => 'user_agreements#sign'
+ resources :user_agreements do
+ put 'sign', on: :collection
+ get 'signatures', on: :collection
+ end
get '/user_agreements/signatures' => 'user_agreements#signatures'
resources :nodes
resources :humans
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list