From 6f2a7ce315a44ca8c57881ec91f7c249f178bd73 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 23 Aug 2019 13:33:31 +0800 Subject: [PATCH] Update routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8426748..252e360 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,7 +4,7 @@ Rails.application.routes.draw do namespace :admin do get "/testings/order" => "testings#order" post "/testings/updateorder" => "testings#updateorder" - resources :faqs + resources :testings end end end