diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4c37e70f..58e1e632 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -106,7 +106,9 @@ 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 | resource :elevation, :only => [:new, :create, :destroy] do |
| 110 | post :renew | ||
| 111 | end | ||
| 110 | 112 | ||
| 111 | resources :menu_items, :except => :show do | 113 | resources :menu_items, :except => :show do |
| 112 | member do | 114 | member do |
