diff --git a/tutor/config/routes.rb b/tutor/config/routes.rb index 65fe67b7..850c73fc 100644 --- a/tutor/config/routes.rb +++ b/tutor/config/routes.rb @@ -7,6 +7,7 @@ devise_for :students devise_for :lecturers get 'hints/new' => 'hints#new' + post 'hints/new' => 'hints#create' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes".