Update routes.rb
This commit is contained in:
parent
540789e52b
commit
6f2a7ce315
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue