summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1898dbbb..4c37e70f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -106,6 +106,7 @@ Cccms::Application.routes.draw do
106 end 106 end
107 resource :otp_enrollment, :only => [:show, :create, :update, :destroy] 107 resource :otp_enrollment, :only => [:show, :create, :update, :destroy]
108 resource :otp_challenge, :only => [:new, :create] 108 resource :otp_challenge, :only => [:new, :create]
109 resource :elevation, :only => [:new, :create, :destroy]
109 110
110 resources :menu_items, :except => :show do 111 resources :menu_items, :except => :show do
111 member do 112 member do