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