Add view for StudyGroups

This commit is contained in:
Sebastian Serth
2018-12-14 14:52:04 +01:00
parent 9061a07763
commit 7983c0797a
13 changed files with 168 additions and 9 deletions

View File

@ -165,6 +165,8 @@ Rails.application.routes.draw do
end
end
resources :study_groups, only: [:index, :show, :edit, :destroy, :update]
resources :events, only: [:create]
post "/evaluate", to: 'remote_evaluation#evaluate', via: [:post]