From 463a242c243c71ddaa3392e732866c74d626d378 Mon Sep 17 00:00:00 2001 From: Shyukri Shyukriev Date: Thu, 30 Jun 2016 14:51:23 +0200 Subject: [PATCH] Fixing route for replying the survey --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 02a46547..4ca8adf8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -97,7 +97,7 @@ Osem::Application.routes.draw do resources :conference, only: [:index, :show] do resources :survey, only: [:show] do - post :reply + patch :reply end resource :program, only: [] do resources :proposal, except: :destroy do