Add thank you note to rfc

This commit is contained in:
Maximilian Grundke
2017-06-08 16:46:15 +02:00
parent 9a71405c49
commit f0fb52d92a
5 changed files with 38 additions and 12 deletions

View File

@ -11,6 +11,7 @@ Rails.application.routes.draw do
member do
get :mark_as_solved
post :create_comment_exercise
post :set_thank_you_note
end
end
resources :comments, except: [:destroy] do