diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -72,6 +72,10 @@ get 'toggle_activate', 'toggle_enable' get 'stat' end + collection do + get 'profile' + post 'chg_passwd' + end end resources :submissions do